Skip to content

Commit

Permalink
Make linux bash file not upload home directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
jyapayne committed Dec 18, 2016
1 parent a2e9465 commit ee14acf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/build_command_line_linux.bash
Expand Up @@ -66,7 +66,11 @@ rm $BUILD_DIR/Web2ExeLinux/files/error.log \

################# Zip and Upload to Github ###################

zip -r -9 $BUILD_DIR/Web2ExeLinux-CMD.zip $BUILD_DIR/Web2ExeLinux-CMD/*
zip -r -9 $BUILD_DIR/Web2ExeLinux-${VERSION}.zip $BUILD_DIR/Web2ExeLinux
cd $BUILD_DIR

zip -r -9 Web2ExeLinux-CMD.zip Web2ExeLinux-CMD/*
zip -r -9 Web2ExeLinux-${VERSION}.zip Web2ExeLinux

cd -

python3.4 $DIR/upload_release.py

0 comments on commit ee14acf

Please sign in to comment.