개정판 68886c18
acppcast bat file edit
Change-Id: I787820c614dfcad0851430fc8f83971974e058e2
appCast_SNI.bat | ||
---|---|---|
31 | 31 |
echo "current : %current_dir%" |
32 | 32 |
echo "APPCAST PUBLISH PATH : %APPCAST_PUBLISH_PATH%" |
33 | 33 |
|
34 |
IF NOT EXIST %APPCAST_PUBLISH_PATH%\. MKDIR %APPCAST_PUBLISH_PATH% |
|
35 |
|
|
36 |
IF "%2"=="" GOTO Continue |
|
37 |
|
|
34 | 38 |
IF NOT EXIST %LocalAppData%\netsparkle\NetSparkle_Ed25519.pub ( |
35 | 39 |
echo "generate-keys pass" |
36 | 40 |
del %LocalAppData%\netsparkle\*.* /q |
37 |
.\AppCast\generate_appcast.exe --key-path %APPCAST_PUBLISH_PATH%Keys |
|
41 |
rem .\AppCast\generate_appcast.exe --key-path %APPCAST_PUBLISH_PATH%Keys
|
|
38 | 42 |
.\AppCast\generate_appcast.exe --generate-keys |
39 | 43 |
) |
40 | 44 |
|
41 |
IF NOT EXIST %APPCAST_PUBLISH_PATH%\. MKDIR %APPCAST_PUBLISH_PATH% |
|
42 |
|
|
43 |
IF "%2"=="" GOTO Continue |
|
44 |
|
|
45 | 45 |
SET SIGNTOOLPATH="C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x64\signtool.exe" |
46 | 46 |
set SolutionPath=%cd% |
47 | 47 |
SET SIGNPATH=%SolutionPath%\Sign\www.doftech.co.kr.pfx |
내보내기 Unified diff