Fixed deployment of windows installer

This commit is contained in:
albertosottile 2018-02-20 19:43:21 +01:00
parent d2b1710b1b
commit 64dfe4b628

View File

@ -26,6 +26,7 @@ install:
- del syncplay_v%ver%\lib\MPR.dll - del syncplay_v%ver%\lib\MPR.dll
- mkdir syncplay_v%ver%\platforms - mkdir syncplay_v%ver%\platforms
- copy C:\Miniconda\envs\syncplay\library\plugins\platforms\qwindows.dll syncplay_v%ver%\platforms\ - copy C:\Miniconda\envs\syncplay\library\plugins\platforms\qwindows.dll syncplay_v%ver%\platforms\
- copy Syncplay-%ver%-Setup.exe Syncplay-%ver%-Setup-PySide2.exe
# Not a project with an msbuild file, build done at install. # Not a project with an msbuild file, build done at install.
build: off build: off
@ -35,7 +36,7 @@ artifacts:
type: zip type: zip
name: Syncplay-$(ver)-win-pyside2 name: Syncplay-$(ver)-win-pyside2
- path: Syncplay-$(ver)-Setup.exe - path: Syncplay-$(ver)-Setup-PySide2.exe
name: Syncplay-$(ver)-win-setup-pyside2 name: Syncplay-$(ver)-win-setup-pyside2
# Push artefact to S3 bucket and list all # Push artefact to S3 bucket and list all