Skip to content

Commit 5f473ef

Browse files
committed
Fix mac build script not removing old files
1 parent 746f006 commit 5f473ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/build_mac.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ rm -rf $PROJ_DIR/build $PROJ_DIR/dist
7272

7373
################# Zip and Upload to Github ###################
7474

75+
rm -rf Web2ExeMac*.zip
76+
7577
/Applications/Keka.app/Contents/Resources/keka7z a -r \
7678
Web2ExeMac-CMD.zip $BUILD_DIR/Web2ExeMac-CMD
7779

0 commit comments

Comments
 (0)