scripts: dist should have version in filename

pull/42/head
Mitchell Hashimoto 2014-04-16 22:00:35 -07:00
parent 416219f2ff
commit 75d50f589e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ mkdir -p ./dist/pkg
for FILENAME in $(find ./dist -mindepth 1 -maxdepth 1 -type f); do
FILENAME=$(basename $FILENAME)
PLATFORM="${FILENAME%.*}"
zip ./dist/pkg/${PLATFORM}.zip ./dist/${FILENAME}
zip ./dist/pkg/${VERSION}_${PLATFORM}.zip ./dist/${FILENAME}
done
# Make the checksums