Skip to content

Commit 8619cdf

Browse files
committed
possible fix for "Unable to find the platform plugin." on windeployqt
Signed-off-by: Stavros Avramidis <[email protected]>
1 parent d25c2a2 commit 8619cdf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ after_success:
5555
zip -r tidal-rpc-osx.zip . ;
5656
fi
5757
- 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 ./.." ;
58+
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 ./.." ;
6059
fi
6160

6261
deploy:

0 commit comments

Comments
 (0)