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