mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 07:15:27 +00:00
Fix dark mode on Windows with Qt 6.5+
This commit is contained in:
parent
2149024c35
commit
7ea118fbae
@ -188,11 +188,11 @@ echo Copying GC mapping list
|
|||||||
copy %SOURCE_ROOT%\app\SDL_GameControllerDB\gamecontrollerdb.txt %DEPLOY_FOLDER%
|
copy %SOURCE_ROOT%\app\SDL_GameControllerDB\gamecontrollerdb.txt %DEPLOY_FOLDER%
|
||||||
if !ERRORLEVEL! NEQ 0 goto Error
|
if !ERRORLEVEL! NEQ 0 goto Error
|
||||||
|
|
||||||
echo Copying qt.conf
|
|
||||||
copy %SOURCE_ROOT%\app\qt.conf %DEPLOY_FOLDER%
|
|
||||||
if !ERRORLEVEL! NEQ 0 goto Error
|
|
||||||
|
|
||||||
if not x%QT_PATH:\5.=%==x%QT_PATH% (
|
if not x%QT_PATH:\5.=%==x%QT_PATH% (
|
||||||
|
echo Copying qt.conf for Qt 5
|
||||||
|
copy %SOURCE_ROOT%\app\qt_qt5.conf %DEPLOY_FOLDER%\qt.conf
|
||||||
|
if !ERRORLEVEL! NEQ 0 goto Error
|
||||||
|
|
||||||
rem Qt 5.15
|
rem Qt 5.15
|
||||||
set WINDEPLOYQT_ARGS=--no-qmltooling --no-virtualkeyboard
|
set WINDEPLOYQT_ARGS=--no-qmltooling --no-virtualkeyboard
|
||||||
) else (
|
) else (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user