Skip to content

Commit 08ff2e8

Browse files
committed
Fix not removing old packaging
1 parent 55087f8 commit 08ff2e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_command_line_linux.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ BUILD_DIR="$PROJ_DIR/Web2ExeBuild"
2020

2121
## Remove old build directories
2222
rm -rf $PROJ_DIR/build $BUILD_DIR
23+
rm -rf $PROJ_DIR/Web2ExeLinux-*
2324

2425
VERSION=$(cat $PROJ_DIR/files/version.txt)
2526

0 commit comments

Comments
 (0)