This commit is contained in:
Cutls 2019-04-14 03:45:30 +09:00
parent 202e389c20
commit d20777ed18

View File

@ -7,7 +7,7 @@ before_deploy:
- npm install electron-builder -g - npm install electron-builder -g
- cd app - cd app
- npm install - npm install
- npm run build - electron-builder --mac --x64 -p never
- mv ../build/TheDesk*.dmg ../TheDesk.dmg - mv ../build/TheDesk*.dmg ../TheDesk.dmg
- mv ../build/TheDesk*.zip ../TheDesk-darwin-x64.zip - mv ../build/TheDesk*.zip ../TheDesk-darwin-x64.zip
- cd ../ - cd ../