Fixed deployment of windows installer
This commit is contained in:
parent
d2b1710b1b
commit
64dfe4b628
@ -26,6 +26,7 @@ install:
|
||||
- del syncplay_v%ver%\lib\MPR.dll
|
||||
- mkdir 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.
|
||||
build: off
|
||||
@ -35,7 +36,7 @@ artifacts:
|
||||
type: zip
|
||||
name: Syncplay-$(ver)-win-pyside2
|
||||
|
||||
- path: Syncplay-$(ver)-Setup.exe
|
||||
- path: Syncplay-$(ver)-Setup-PySide2.exe
|
||||
name: Syncplay-$(ver)-win-setup-pyside2
|
||||
|
||||
# Push artefact to S3 bucket and list all
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user