Embed our data files inside the binary with QRC
This commit is contained in:
parent
b7116657d9
commit
c313f1a20b
7 changed files with 35 additions and 55 deletions
|
|
@ -123,10 +123,6 @@ echo Copying GC mapping list
|
|||
copy %SOURCE_ROOT%\app\SDL_GameControllerDB\gamecontrollerdb.txt %DEPLOY_FOLDER%
|
||||
if !ERRORLEVEL! NEQ 0 goto Error
|
||||
|
||||
echo Copying SDL overlay font
|
||||
copy %SOURCE_ROOT%\app\ModeSeven.ttf %DEPLOY_FOLDER%
|
||||
if !ERRORLEVEL! NEQ 0 goto Error
|
||||
|
||||
echo Deploying Qt dependencies
|
||||
windeployqt.exe --dir %DEPLOY_FOLDER% --%BUILD_CONFIG% --qmldir %SOURCE_ROOT%\app\gui --no-opengl-sw --no-compiler-runtime %BUILD_FOLDER%\app\%BUILD_CONFIG%\Moonlight.exe
|
||||
if !ERRORLEVEL! NEQ 0 goto Error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue