Fix travis error

This commit is contained in:
cutls 2019-10-11 00:46:59 +09:00
parent ee6127ffcc
commit 2e2723427b
2 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,6 @@ before_deploy:
- yarn install --no-lockfile --prod
- yarn construct
- if [ "$TRAVIS_OS_NAME" = "osx" ];then electron-builder --mac -p never;else :;fi
- if [ "$TRAVIS_OS_NAME" = "linux" ];then sudo apt-get install rpm;else :;fi
- if [ "$TRAVIS_OS_NAME" = "linux" ];then electron-builder --linux --x64 -p never;else :;fi
- if [ "$TRAVIS_OS_NAME" = "linux" ];then cd ../build;else :;fi
- if [ "$TRAVIS_OS_NAME" = "linux" ];then ls;else :;fi

View File

@ -108,8 +108,7 @@
"target": [
"zip",
"snap",
"deb",
"rpm"
"deb"
],
"category": "Network"
},