mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cosmetics
This commit is contained in:
parent
c8092189aa
commit
30ac8063c8
@ -20,7 +20,7 @@ echo.
|
||||
|
||||
if not exist "%VCVARSALL%" echo ERROR: vcvarsall.bat not found & goto END
|
||||
call "%VCVARSALL%" x86 > nul
|
||||
set MSBUILD="msbuild.exe" /p:PlatformToolset=v110_xp;VisualStudioVersion=11.0;ExcludeTests=true
|
||||
set MSBUILD="msbuild.exe" /nologo /p:PlatformToolset=v110_xp;VisualStudioVersion=11.0;ExcludeTests=true
|
||||
|
||||
if exist "Certificate.bat" call "Certificate.bat" > nul
|
||||
set SIGNTOOL="signtool.exe" sign /t http://time.certum.pl /f "%CERTFILE%" /p "%CERTKEY%"
|
||||
|
@ -1,3 +1,3 @@
|
||||
*Rainmeter* is a desktop customization tool for Windows. For more information and downloads, visit [rainmeter.net](http://rainmeter.net/).
|
||||
|
||||
For build instructions, see [this](https://github.com/rainmeter/rainmeter/edit/master/Docs/Building.md).
|
||||
For build instructions, see [this](https://github.com/rainmeter/rainmeter/blob/master/Docs/Building.md).
|
||||
|
Loading…
Reference in New Issue
Block a user