We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55087f8 commit 08ff2e8Copy full SHA for 08ff2e8
scripts/build_command_line_linux.bash
@@ -20,6 +20,7 @@ BUILD_DIR="$PROJ_DIR/Web2ExeBuild"
20
21
## Remove old build directories
22
rm -rf $PROJ_DIR/build $BUILD_DIR
23
+rm -rf $PROJ_DIR/Web2ExeLinux-*
24
25
VERSION=$(cat $PROJ_DIR/files/version.txt)
26
0 commit comments