This commit is contained in:
Cutls 2019-05-26 23:56:16 +09:00
parent 205a3bea44
commit a4ac0af6e1

View File

@ -10,10 +10,6 @@ before_deploy:
- npm install electron-builder -g
- cd app
- npm install
-if [ true ] ; then
echo "true"
else
:fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; npm run build ; then : fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; electron-builder --linux --x64 --ia32 ; then : fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; mv ../build/thedesk-*-ia32.zip ../build/thedesk-ia32.zip ; then : fi