bldall.bat

来自「《UIQ 3 The Complete Guide》书的源代码」· Batch 代码 · 共 22 行

BAT
22
字号
@echo off
rem
rem BLDALL.BAT
rem

rem Dont delete the actual Symbian Signed version 
rem del /q *.sis

rem /////////////////////////////////////////////////////////////////////////////////////////////
echo Building SignedApp, phase 3 - the phase we submit for signing

rem The primary app
call bldarm

rem Build the releasable SIS file
call makesis SignedApp.pkg SignedApp_uiq3_03.sis

echo You need to supply your company specific Developer Certificate and ACS Certificate to create 
echo the signed installation versions of this application.
rem call signsis -s SignedApp_uiq3_03.sis SignedApp_DevCert_uiq_3_0_v_1_00_03.sis DevCert.cer ACSPublisherCertificate.key
rem call signsis -s SignedApp_uiq3_03.sis SignedApp_ACSCert_uiq_3_0_v_1_00_03.sis ACSPublisherCertificate.cer ACSPublisherCertificate.key

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?