| Revision 892,
823 bytes
checked in by lowjoel, 4 years ago
(diff) |
|
Store all certificates in the Windows certificate store instead of having thme as loose pfx's on the disk for security reasons.
|
| Line | |
|---|
| 1 | goto :Sign |
|---|
| 2 | |
|---|
| 3 | :: pass params to a subroutine |
|---|
| 4 | SET _params=%* |
|---|
| 5 | CALL :Sign "%_params%" |
|---|
| 6 | GOTO :eof |
|---|
| 7 | |
|---|
| 8 | :Sign |
|---|
| 9 | @rem Core binaries |
|---|
| 10 | signtool sign /r "The Eraser Project, http://eraser.heidi.ie"^ |
|---|
| 11 | /t http://timestamp.verisign.com/scripts/timestamp.dll "%~1\bin\Release\Eraser.exe"^ |
|---|
| 12 | "%~1\bin\Release\Eraser.Manager.dll" "%~1\bin\Release\Eraser.Util.dll"^ |
|---|
| 13 | "%~1\bin\Release\Plugins\Eraser.DefaultPlugins.dll" "%~1\bin\Release\Eraser.Shell (x64).dll"^ |
|---|
| 14 | "%~1\bin\Release\Eraser.Shell (Win32).dll" ^ |
|---|
| 15 | ^ |
|---|
| 16 | "%~1\bin\Release\en\Eraser.Manager.resources.dll" "%~1\bin\Release\en\Eraser.resources.dll"^ |
|---|
| 17 | "%~1\bin\Release\nl\Eraser.Manager.resources.dll" "%~1\bin\Release\nl\Eraser.resources.dll"^ |
|---|
| 18 | "%~1\bin\Release\Plugins\en\Eraser.DefaultPlugins.resources.dll"^ |
|---|
| 19 | "%~1\bin\Release\Plugins\nl\Eraser.DefaultPlugins.resources.dll" |
|---|
Note: See
TracBrowser
for help on using the repository browser.