mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
The WORKAREAHEIGHT wasn't calculated correctly. Fixed.
This commit is contained in:
@ -290,7 +290,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="if not exist ..\testbench\x32\debug\skins (mkdir ..\testbench\x32\debug\skins)
xcopy /S /Y ..\Install\Skins ..\testbench\x32\debug\skins
"
|
||||
CommandLine="if not exist ..\testbench\x32\debug\skins (mkdir ..\testbench\x32\debug\skins)
echo "Copying the skins..."
xcopy /Q /S /Y ..\Install\Skins ..\testbench\x32\debug\skins
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@ -476,7 +476,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="if not exist ..\testbench\x32\release\skins (mkdir ..\testbench\x32\release\skins)
xcopy /S /Y ..\Install\Skins ..\testbench\x32\release\skins
"
|
||||
CommandLine="if not exist ..\testbench\x32\release\skins (mkdir ..\testbench\x32\release\skins)
echo "Copying the skins..."
xcopy /Q /S /Y ..\Install\Skins ..\testbench\x32\release\skins
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
Reference in New Issue
Block a user