Skip to content

Commit

Permalink
do not pack *.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-portmen committed Jul 29, 2017
1 parent a52a55a commit b2b2e9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deploy:
- windows.zip
- linux.zip
- mac.zip
- Source code (no node).zip
- src_no_node.zip
on:
tags: true
overwrite: true
Expand Down
2 changes: 1 addition & 1 deletion host.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var files = [];
var sprocess = [];

var config = {
version: '0.4.5'
version: '0.4.6'
};
// closing node when parent process is killed
process.stdin.resume();
Expand Down
2 changes: 1 addition & 1 deletion prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ cd ../windows
zip ../windows.zip -9 -r * -x "*.DS_Store"

cd ..
zip "Source code (no node).zip" -9 -r * -x "*.DS_Store" -x "*/node/*/node" "windows/node/*/node.exe"
zip "src_no_node.zip" -9 --symlinks -r * -x "*.DS_Store" -x "*/node/*/node" "windows/node/*/node.exe" "*.zip"

0 comments on commit b2b2e9c

Please sign in to comment.