Removed built-in stylesheets from Windows packages

This commit is contained in:
thunder2 2021-11-07 01:59:31 +01:00
parent e8b97405b9
commit 88d70e2edc
4 changed files with 10 additions and 6 deletions

View File

@ -147,8 +147,10 @@ for /R "%RsDeployPath%" %%D in (*.dll, *.exe) do (
call :copy_dependencies "%%D" "%RsDeployPath%" call :copy_dependencies "%%D" "%RsDeployPath%"
) )
echo copy qss if exist "%SourcePath%\retroshare-gui\src\qss" (
xcopy /S "%SourcePath%\retroshare-gui\src\gui\qss\stylesheet" "%RsDeployPath%\qss" %Quite% echo copy qss
xcopy /S "%SourcePath%\retroshare-gui\src\qss" "%RsDeployPath%\qss" %Quite%
)
echo copy stylesheets echo copy stylesheets
xcopy /S "%SourcePath%\retroshare-gui\src\gui\qss\chat" "%RsDeployPath%\stylesheets" %Quite% xcopy /S "%SourcePath%\retroshare-gui\src\gui\qss\chat" "%RsDeployPath%\stylesheets" %Quite%

View File

@ -218,7 +218,7 @@ Section $(Section_Data) Section_Data
; Stylesheets ; Stylesheets
SetOutPath "$INSTDIR\qss" SetOutPath "$INSTDIR\qss"
File /r "${DEPLOYDIR}\qss\*.*" File /nonfatal /r "${DEPLOYDIR}\qss\*.*"
SectionEnd SectionEnd
;Section $(Section_Link) Section_Link ;Section $(Section_Link) Section_Link

View File

@ -132,8 +132,10 @@ if exist "%QtPath%\..\plugins\styles\qwindowsvistastyle.dll" (
copy "%QtPath%\..\plugins\imageformats\*.dll" "%RsDeployPath%\imageformats" %Quite% copy "%QtPath%\..\plugins\imageformats\*.dll" "%RsDeployPath%\imageformats" %Quite%
del /Q "%RsDeployPath%\imageformats\*d?.dll" %Quite% del /Q "%RsDeployPath%\imageformats\*d?.dll" %Quite%
echo copy qss if exist "%SourcePath%\retroshare-gui\src\qss" (
xcopy /S "%SourcePath%\retroshare-gui\src\gui\qss\stylesheet" "%RsDeployPath%\qss" %Quite% echo copy qss
xcopy /S "%SourcePath%\retroshare-gui\src\qss" "%RsDeployPath%\qss" %Quite%
)
echo copy stylesheets echo copy stylesheets
xcopy /S "%SourcePath%\retroshare-gui\src\gui\qss\chat" "%RsDeployPath%\stylesheets" %Quite% xcopy /S "%SourcePath%\retroshare-gui\src\gui\qss\chat" "%RsDeployPath%\stylesheets" %Quite%

View File

@ -334,7 +334,7 @@ Section $(Section_Data) Section_Data
; Stylesheets ; Stylesheets
SetOutPath "$INSTDIR\qss" SetOutPath "$INSTDIR\qss"
File /r "${SOURCEDIR}\retroshare-gui\src\gui\qss\stylesheet\*.*" File /nonfatal /r "${SOURCEDIR}\retroshare-gui\src\qss\*.*"
SectionEnd SectionEnd
;Section $(Section_Link) Section_Link ;Section $(Section_Link) Section_Link