mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 20:35:46 -04:00
Initial community commit
This commit is contained in:
21
Src/codesign/sign.cmd
Normal file
21
Src/codesign/sign.cmd
Normal file
@ -0,0 +1,21 @@
|
||||
@echo off
|
||||
|
||||
REM set SIGNNAME=Winamp %WINAMP_VERSION_MAJOR%.%WINAMP_VERSION_MINOR%%WINAMP_VERSION_MINOR_SECOND% %%~j
|
||||
|
||||
signtool.exe sign /f Winamp_SA.pfx /p WaWa!_59_!WaWa /t http://timestamp.digicert.com /du "http://www.winamp.com" /d "Winamp 5.9" /v Winamp59_9999_final_full_en-us.exe
|
||||
|
||||
REM ___________________________________________________________________
|
||||
|
||||
REM if not defined WAPROJECTS set WAPROJECTS=c:\projects
|
||||
REM if not defined CURSANDBOX set CURSANDBOX=%WAPROJECTS%
|
||||
|
||||
REM set KEYFILE=%CURSANDBOX%\codesign\WinampSA.pfx
|
||||
REM %CURSANDBOX%\codesign\signtool.exe sign /f %KEYFILE% /p !Wa!Wa!5_6_7_8!Wa!Wa! /d %1 /du "http://www.winamp.com" /t http://timestamp.comodoca.com/authenticode /v %2
|
||||
|
||||
SET errCode=%ERRORLEVEL%
|
||||
|
||||
IF %errCode% NEQ 0 @echo SimpleSign Failed
|
||||
|
||||
pause /B %errCode%
|
||||
|
||||
exit
|
Reference in New Issue
Block a user