This commit is contained in:
Cutls 2019-05-27 02:02:37 +09:00
parent c684a5b0d0
commit 8bf03f2809

View File

@ -20,6 +20,7 @@ before_deploy:
- if [ "$TRAVIS_OS_NAME" = "windows" ];then cd ../build;else :;fi
- if [ "$TRAVIS_OS_NAME" = "windows" ];then ls;else :;fi
- if [ "$TRAVIS_OS_NAME" = "windows" ];then mv TheDesk-setup.exe TheDesk-setup-ia32.exe;else :;fi
- if [ "$TRAVIS_OS_NAME" = "windows" ];then find TheDesk\ *.exe; else:;fi
- if [ "$TRAVIS_OS_NAME" = "windows" ];then mv TheDesk\ *.exe TheDesk-ia32.exe; else:;fi
- if [ "$TRAVIS_OS_NAME" = "windows" ];then cd ../app;else :;fi
- if [ "$TRAVIS_OS_NAME" = "windows" ];then electron-builder --win --x64 -p never;else :;fi