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