aboutsummaryrefslogtreecommitdiff
path: root/Src/codesign/sign.cmd
diff options
context:
space:
mode:
authorJef <jef@targetspot.com>2024-09-24 15:10:35 -0400
committerJef <jef@targetspot.com>2024-09-24 15:10:35 -0400
commit6ff62b6dda0906648b0a5ce891e85231cbbb40d5 (patch)
tree824bf6f4e66273c7ddb83eee00abd77f4fe86db8 /Src/codesign/sign.cmd
parent8bdb48161f4ba863ab8787c07760bf00c62c589b (diff)
downloadwinamp-6ff62b6dda0906648b0a5ce891e85231cbbb40d5.tar.gz
Remove expired certs
Diffstat (limited to 'Src/codesign/sign.cmd')
-rw-r--r--Src/codesign/sign.cmd21
1 files changed, 0 insertions, 21 deletions
diff --git a/Src/codesign/sign.cmd b/Src/codesign/sign.cmd
deleted file mode 100644
index 01a09b9c..00000000
--- a/Src/codesign/sign.cmd
+++ /dev/null
@@ -1,21 +0,0 @@
-@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