Browse Source

Uncomment accidentally commented code

pull/80/head
Gabe Kangas 6 years ago
parent
commit
bd879f9997
  1. 6
      scripts/build.sh

6
scripts/build.sh

@ -60,9 +60,9 @@ build() {
rm -rf dist/${NAME}/ rm -rf dist/${NAME}/
} }
#for i in "${!DISTRO[@]}"; do for i in "${!DISTRO[@]}"; do
# build ${DISTRO[$i]} ${OS[$i]} ${ARCH[$i]} $VERSION $GIT_COMMIT build ${DISTRO[$i]} ${OS[$i]} ${ARCH[$i]} $VERSION $GIT_COMMIT
#done done
# Create the tag # Create the tag
# git tag -a "v${VERSION}" -m "Release build v${VERSION}" # git tag -a "v${VERSION}" -m "Release build v${VERSION}"

Loading…
Cancel
Save