markus / PublishSign.bat @ 3035602a
이력 | 보기 | 이력해설 | 다운로드 (644 Bytes)
1 | 174cdd68 | taeseongkim | @echo off |
---|---|---|---|
2 | |||
3 | SET MARKUS_PUBLISH_PATH=%cd%\Setup\Release_Default |
||
4 | |||
5 | echo "Publish Markus : %current_dir:"=%\%MARKUS_PUBLISH_PATH:"=%" |
||
6 | |||
7 | SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" |
||
8 | set SolutionPath=%cd% |
||
9 | SET SIGNPATH=%SolutionPath%\Sign\www.doftech.co.kr.pfx |
||
10 | |||
11 | %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 %MARKUS_PUBLISH_PATH%\*.exe |
||
12 | %SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 %MARKUS_PUBLISH_PATH%\Plugin\*.exe |
||
13 | |||
14 | copy %cd%\INI\Web.config %APPCAST_PUBLISH_PATH%\web.config /Y |