homescreenapp/examples/helloworldwidgetplugin/sis/helloworldwidgetplugin.bat
changeset 92 6727c5d0afc7
parent 39 4e8ebe173323
equal deleted inserted replaced
85:35368b604b28 92:6727c5d0afc7
    16 @echo off
    16 @echo off
    17 
    17 
    18 if exist helloworldwidgetplugin.sisx del helloworldwidgetplugin.sisx
    18 if exist helloworldwidgetplugin.sisx del helloworldwidgetplugin.sisx
    19 
    19 
    20 makesis helloworldwidgetplugin.pkg
    20 makesis helloworldwidgetplugin.pkg
    21 signsis helloworldwidgetplugin.sis helloworldwidgetplugin.sisx ../../../sis/rd.cer ../../../sis/rd-key.pem
    21 signsis helloworldwidgetplugin.sis helloworldwidgetplugin.sisx ../../../internal/sis/rd.cer ../../../internal/sis/rd-key.pem
    22 
    22 
    23 if exist helloworldwidgetplugin.sisx (
    23 if exist helloworldwidgetplugin.sisx (
    24 echo helloworldwidgetplugin.sisx creation SUCCEEDED
    24 echo helloworldwidgetplugin.sisx creation SUCCEEDED
    25 del helloworldwidgetplugin.sis
    25 del helloworldwidgetplugin.sis
    26 )
    26 )