mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Rename /Build/Themes to /Build/Layouts
This commit is contained in:
parent
5f145451b6
commit
95c8709de7
@ -28,7 +28,7 @@
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>if not exist "$(OutDir)Skins" xcopy /Q /S /Y ..\Build\Skins "$(OutDir)Skins\"
|
||||
if not exist "$(OutDir)Layouts" xcopy /Q /S /Y ..\Build\Themes "$(OutDir)Layouts\"</Command>
|
||||
if not exist "$(OutDir)Layouts" xcopy /Q /S /Y ..\Build\Layouts "$(OutDir)Layouts\"</Command>
|
||||
</PostBuildEvent>
|
||||
<Manifest>
|
||||
<AdditionalManifestFiles>Application.manifest</AdditionalManifestFiles>
|
||||
@ -47,7 +47,7 @@ if not exist "$(OutDir)Layouts" xcopy /Q /S /Y ..\Build\Themes "$(OutDir)Layouts
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>if not exist "$(OutDir)Skins" xcopy /Q /S /Y ..\Build\Skins "$(OutDir)Skins\"
|
||||
if not exist "$(OutDir)Layouts" xcopy /Q /S /Y ..\Build\Themes "$(OutDir)Layouts\"</Command>
|
||||
if not exist "$(OutDir)Layouts" xcopy /Q /S /Y ..\Build\Layouts "$(OutDir)Layouts\"</Command>
|
||||
</PostBuildEvent>
|
||||
<Manifest>
|
||||
<AdditionalManifestFiles>Application.manifest</AdditionalManifestFiles>
|
||||
@ -70,7 +70,7 @@ if not exist "$(OutDir)Layouts" xcopy /Q /S /Y ..\Build\Themes "$(OutDir)Layouts
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>if not exist "$(OutDir)Skins" xcopy /Q /S /Y ..\Build\Skins "$(OutDir)Skins\"
|
||||
if not exist "$(OutDir)Layouts" xcopy /Q /S /Y ..\Build\Themes "$(OutDir)Layouts\"</Command>
|
||||
if not exist "$(OutDir)Layouts" xcopy /Q /S /Y ..\Build\Layouts "$(OutDir)Layouts\"</Command>
|
||||
</PostBuildEvent>
|
||||
<Manifest>
|
||||
<AdditionalManifestFiles>Application.manifest</AdditionalManifestFiles>
|
||||
@ -94,7 +94,7 @@ if not exist "$(OutDir)Layouts" xcopy /Q /S /Y ..\Build\Themes "$(OutDir)Layouts
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>if not exist "$(OutDir)Skins" xcopy /Q /S /Y ..\Build\Skins "$(OutDir)Skins\"
|
||||
if not exist "$(OutDir)Layouts" xcopy /Q /S /Y ..\Build\Themes "$(OutDir)Layouts\"</Command>
|
||||
if not exist "$(OutDir)Layouts" xcopy /Q /S /Y ..\Build\Layouts "$(OutDir)Layouts\"</Command>
|
||||
</PostBuildEvent>
|
||||
<Manifest>
|
||||
<AdditionalManifestFiles>Application.manifest</AdditionalManifestFiles>
|
||||
|
@ -678,7 +678,7 @@ SkipIniMove:
|
||||
File /r "..\Skins\*.*"
|
||||
|
||||
SetOutPath "$INSTDIR\Defaults\Layouts"
|
||||
File /r "..\Themes\*.*"
|
||||
File /r "..\Layouts\*.*"
|
||||
!endif
|
||||
|
||||
SetOutPath "$INSTDIR"
|
||||
|
Loading…
Reference in New Issue
Block a user