Skip to content
This repository has been archived by the owner on Jan 26, 2020. It is now read-only.

Commit

Permalink
clean builder files
Browse files Browse the repository at this point in the history
  • Loading branch information
gokberkakdeniz committed Feb 9, 2019
1 parent ca52528 commit 5d75f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ install:
- npm install
script:
- npm run build:deb
- mv ./dist/*.deb ./release-builds/
- rm -rf dist
- npm run build:win-x64
- npm run build:linux-x64
before_deploy:
- git config --local user.name $NAME
- git config --local user.email $EMAIL
- mv ./dist/*.deb ./release-builds/
- cd release-builds/
- zip -9 -r whats-up-darkness-$TRAVIS_TAG-win32-x64.zip whats-up-darkness-win32-x64/*
- env GZIP=-9 tar cvzf whats-up-darkness-$TRAVIS_TAG-linux-x64.tar.gz whats-up-darkness-linux-x64
Expand Down

0 comments on commit 5d75f7f

Please sign in to comment.