Skip to content

Commit

Permalink
Removed the windows build from the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Klacke Wikstrom committed Jun 26, 2018
1 parent 3df60e2 commit 8254d4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/make-release.in
Expand Up @@ -15,16 +15,16 @@ NAME_VERSION="yaws-${YAWS_VSN}"
(cd ${SRCDIR} && git tag -f -a -m "version ${YAWS_VSN}" "$TAG")

# Create windows installer
(cd ${BUILDDIR} && make mkinstaller INSTALL_BUILDER=${INSTALL_BUILDER} >/dev/null)
#(cd ${BUILDDIR} && make mkinstaller INSTALL_BUILDER=${INSTALL_BUILDER} >/dev/null)

# Create distribution tarball
(cd ${BUILDDIR} && make dist > /dev/null)

echo release resides in ${BUILDDIR}/$NAME_VERSION.tar.gz
echo release resides in ${BUILDDIR}/Yaws-${YAWS_VSN}-windows-installer.exe
#echo release resides in ${BUILDDIR}/Yaws-${YAWS_VSN}-windows-installer.exe

echo "To push this do:"
#echo "git push origin revs/tags/yaws-${version}:revs/tags/yaws-${version}"
echo "ehhh or git push --tags"
echo "git push --tags"

exit 0

0 comments on commit 8254d4d

Please sign in to comment.