Cosmetics

This commit is contained in:
Birunthan Mohanathas 2013-06-13 22:14:57 +03:00
parent c8092189aa
commit 30ac8063c8
2 changed files with 2 additions and 2 deletions

View File

@ -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%"

View File

@ -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).