mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fix typo in 8a086ff
This commit is contained in:
parent
8a086ffdcb
commit
5117f3c8dd
@ -20,7 +20,7 @@ echo.
|
|||||||
|
|
||||||
if not exist "%VCVARSALL%" echo ERROR: vcvarsall.bat not found & goto END
|
if not exist "%VCVARSALL%" echo ERROR: vcvarsall.bat not found & goto END
|
||||||
call "%VCVARSALL%" x86 > nul
|
call "%VCVARSALL%" x86 > nul
|
||||||
set MSBUILD="msbuild.exe" /p:PlatformToolset=v110_xp;VisualStudioVersion=11.0;ExcludeTests=false
|
set MSBUILD="msbuild.exe" /p:PlatformToolset=v110_xp;VisualStudioVersion=11.0;ExcludeTests=true
|
||||||
|
|
||||||
if exist "Certificate.bat" call "Certificate.bat" > nul
|
if exist "Certificate.bat" call "Certificate.bat" > nul
|
||||||
set SIGNTOOL="signtool.exe" sign /t http://time.certum.pl /f "%CERTFILE%" /p "%CERTKEY%"
|
set SIGNTOOL="signtool.exe" sign /t http://time.certum.pl /f "%CERTFILE%" /p "%CERTKEY%"
|
||||||
|
Loading…
Reference in New Issue
Block a user