mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-24 15:53:23 +00:00
Fixed deployment of windows installer
This commit is contained in:
parent
d2b1710b1b
commit
64dfe4b628
@ -26,16 +26,17 @@ 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
|
||||
build: off
|
||||
|
||||
artifacts:
|
||||
- path: 'syncplay_v$(ver)'
|
||||
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…
Reference in New Issue
Block a user