mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-27 03:41:07 -04:00
Fixed Windows build with new stylesheets
This commit is contained in:
parent
56d34a8a2c
commit
0e5cb56c19
3 changed files with 3 additions and 3 deletions
|
@ -148,7 +148,7 @@ for /R "%RsDeployPath%" %%D in (*.dll, *.exe) do (
|
|||
)
|
||||
|
||||
echo copy qss
|
||||
xcopy /S "%SourcePath%\retroshare-gui\src\qss" "%RsDeployPath%\qss" %Quite%
|
||||
xcopy /S "%SourcePath%\retroshare-gui\src\gui\qss\stylesheet" "%RsDeployPath%\qss" %Quite%
|
||||
|
||||
echo copy stylesheets
|
||||
xcopy /S "%SourcePath%\retroshare-gui\src\gui\qss\chat" "%RsDeployPath%\stylesheets" %Quite%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue