Skip to content

Commit

Permalink
wip: win deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dunaevskiy committed Dec 26, 2018
1 parent ad0f0a8 commit 7811ace
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/travis-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yarn packager:mac
# tar -cvzf "release/EvoDoc-macOS-x64.tar.gz" -C "release/EvoDoc-darwin-x64/" "EvoDoc.app"
# yarn packager:lin
# tar -cvzf "release/EvoDoc-linux-x64.tar.gz" -C "release/EvoDoc-linux-x64" .
yarn packager:mac
tar -cvzf "release/EvoDoc-macOS-x64.tar.gz" -C "release/EvoDoc-darwin-x64/" "EvoDoc.app"
yarn packager:lin
tar -cvzf "release/EvoDoc-linux-x64.tar.gz" -C "release/EvoDoc-linux-x64" .
yarn packager:win
tar -cvzf "release/EvoDoc-windows-x64.tar.gz" -C "release/EvoDoc-windows-x64" .
tar -cvzf "release/EvoDoc-win32-ia32.tar.gz" -C "release/EvoDoc-win32-ia32" .

0 comments on commit 7811ace

Please sign in to comment.