We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25c2a2 commit 8619cdfCopy full SHA for 8619cdf
.travis.yml
@@ -55,8 +55,7 @@ after_success:
55
zip -r tidal-rpc-osx.zip . ;
56
fi
57
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then
58
- powershell -Command "mkdir Output ;"move "tidal-rpc.exe ./Output ;cd ./Output ;windeployqt tidal-rpc.exe --release ;
59
- Compress-Archive * tidal-rpc-win.zip ; move tidal-rpc-win.zip ./.." ;
+ powershell -Command "mkdir Output ;"move "tidal-rpc.exe ./Output ;cd ./Output ;windeployqt tidal-rpc.exe --release --no-plugins ; Compress-Archive * tidal-rpc-win.zip ; move tidal-rpc-win.zip ./.." ;
60
61
62
deploy:
0 commit comments