Standardize windows dist directory.

This commit is contained in:
casey langen 2019-10-26 21:04:19 -07:00
parent 4542f783f2
commit 777e261dbc
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -16,6 +16,7 @@
**/obj64 **/obj64
.vs .vs
.vscode .vscode
bin
bin32 bin32
bin64 bin64
ipch ipch

View File

@ -7,8 +7,8 @@ if [ -z "$VERSION" ]; then
exit exit
fi fi
VANILLA="bin32/dist/musikcube_win32_$VERSION" VANILLA="dist/musikcube_win32_$VERSION"
MILKDROP="bin32/dist/musikcube_win32_with_milkdrop2_$VERSION" MILKDROP="dist/musikcube_win32_with_milkdrop2_$VERSION"
rm -rf "$VANILLA" rm -rf "$VANILLA"
rm -rf "$MILKDROP" rm -rf "$MILKDROP"

View File

@ -7,7 +7,7 @@ if [ -z "$VERSION" ]; then
exit exit
fi fi
VANILLA="bin64/dist/musikcube_win64_$VERSION" VANILLA="dist/musikcube_win64_$VERSION"
rm -rf "$VANILLA" rm -rf "$VANILLA"