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 fed89f6 commit 4fc9090Copy full SHA for 4fc9090
scripts/build_command_line_linux.bash
@@ -68,8 +68,8 @@ rm $BUILD_DIR/Web2ExeLinux/files/error.log \
68
69
cd $BUILD_DIR
70
71
-zip -r -9 Web2ExeLinux-CMD.zip Web2ExeLinux-CMD/*
72
-zip -r -9 Web2ExeLinux-${VERSION}.zip Web2ExeLinux
+zip -r -9 $PROJ_DIR/Web2ExeLinux-CMD.zip Web2ExeLinux-CMD/*
+zip -r -9 $PROJ_DIR/Web2ExeLinux-${VERSION}.zip Web2ExeLinux
73
74
cd -
75
0 commit comments