Skip to content

Commit

Permalink
Deploy binaries with app
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwwwwzx committed Feb 2, 2020
1 parent 321e5dc commit 9459903
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script:

before_deploy:
- /usr/local/Cellar/qt/5.13.2/bin/macdeployqt NXController.app -dmg -verbose=2
- zip -r NXController-macOS.zip NXController.dmg
- zip -r NXController-macOS.zip NXController.dmg bin\Joystick.hex bin\atmosphere\contents\430000000000000B\exefs.nsp

deploy:
provider: releases
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ after_build:
- cmd: del NXController-windows\vc_redist*.exe
- cmd: xcopy /I %QTPATH%\plugins\platforms\qwindows.dll NXController-windows\platforms\
- cmd: xcopy /I %QTPATH%\plugins\styles\qwindowsvistastyle.dll NXController-windows\styles\
- cmd: xcopy /I bin\Joystick.hex NXController-windows\
- cmd: xcopy /I bin\atmosphere\contents\430000000000000B\exefs.nsp NXController-windows\atmosphere\contents\430000000000000B\
- cmd: 7z a NXController-%OS%.zip NXController-windows\
# Linux
- sh: zip -r NXController-linux.zip NXController
- sh: zip -r NXController-linux.zip NXController bin\Joystick.hex bin\atmosphere\contents\430000000000000B\exefs.nsp

artifacts:
- path: NXController-%OS%.zip
Expand Down

0 comments on commit 9459903

Please sign in to comment.