Skip to content

Commit 4fc9090

Browse files
committed
Update build bash script
1 parent fed89f6 commit 4fc9090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_command_line_linux.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ rm $BUILD_DIR/Web2ExeLinux/files/error.log \
6868

6969
cd $BUILD_DIR
7070

71-
zip -r -9 Web2ExeLinux-CMD.zip Web2ExeLinux-CMD/*
72-
zip -r -9 Web2ExeLinux-${VERSION}.zip Web2ExeLinux
71+
zip -r -9 $PROJ_DIR/Web2ExeLinux-CMD.zip Web2ExeLinux-CMD/*
72+
zip -r -9 $PROJ_DIR/Web2ExeLinux-${VERSION}.zip Web2ExeLinux
7373

7474
cd -
7575

0 commit comments

Comments
 (0)