Skip to content

Commit

Permalink
*cough*. close #14
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Jun 24, 2015
1 parent e2e6215 commit e188836
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deploy.sh
Expand Up @@ -34,10 +34,22 @@ cp -R ../../app resources/app
cd ..
zip -r yakyak-win32-ia32.zip win32-ia32

cd win32-x64
mv electron.exe yakyak.exe
cp -R ../../app resources/app
cd ..
zip -r yakyak-win32-x64.zip win32-x64

cd linux-ia32
mv electron yakyak
cp -R ../../app resources/app
cd ..
zip -r yakyak-linux-ia32.zip linux-ia32

cd linux-x64
mv electron yakyak
cp -R ../../app resources/app
cd ..
zip -r yakyak-linux-x64.zip linux-x64

cd ..

0 comments on commit e188836

Please sign in to comment.