mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 03:45:46 -04:00
Initial community commit
This commit is contained in:
12
Src/Mastering/Winamp/simple_sign.cmd
Normal file
12
Src/Mastering/Winamp/simple_sign.cmd
Normal file
@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
|
||||
if not defined WAPROJECTS set WAPROJECTS=c:\projects
|
||||
if not defined CURSANDBOX set CURSANDBOX=%WAPROJECTS%
|
||||
|
||||
set KEYFILE=%CURSANDBOX%\codesign\nullsoft_key_15_mar_2011_private.pfx
|
||||
%CURSANDBOX%\codesign\signtool.exe sign /p b05allisonZer0G /f "%KEYFILE%" /d %1 /du "http://www.winamp.com" /t http://timestamp.verisign.com/scripts/timstamp.dll /v %2
|
||||
SET errCode=%ERRORLEVEL%
|
||||
|
||||
IF %errCode% NEQ 0 @echo SimpleSign Failed
|
||||
|
||||
exit /B %errCode%
|
Reference in New Issue
Block a user