| Revision 772,
743 bytes
checked in by lowjoel, 4 years ago
(diff) |
|
Paginate the command nicely
|
| 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 /f "%~1\Authenticode.pfx" "%~1\bin\Release\Eraser.exe"^ |
|---|
| 11 | "%~1\bin\Release\Eraser.Manager.dll" "%~1\bin\Release\Eraser.Util.dll"^ |
|---|
| 12 | "%~1\bin\Release\Plugins\Eraser.DefaultPlugins.dll" "%~1\bin\Release\Eraser.Shell (x64).dll"^ |
|---|
| 13 | "%~1\bin\Release\Eraser.Shell (Win32).dll" ^ |
|---|
| 14 | ^ |
|---|
| 15 | "%~1\bin\Release\en\Eraser.Manager.resources.dll" "%~1\bin\Release\en\Eraser.resources.dll"^ |
|---|
| 16 | "%~1\bin\Release\nl\Eraser.Manager.resources.dll" "%~1\bin\Release\nl\Eraser.resources.dll"^ |
|---|
| 17 | "%~1\bin\Release\Plugins\en\Eraser.DefaultPlugins.resources.dll"^ |
|---|
| 18 | "%~1\bin\Release\Plugins\nl\Eraser.DefaultPlugins.resources.dll" |
|---|
Note: See
TracBrowser
for help on using the repository browser.