diff -r 6d6eecde68e8 -r a9d05a49b7cd application/sis/make_release.py --- a/application/sis/make_release.py Wed May 05 11:07:27 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -import os; - -#del *.sis - delete all sis files python style -os.system('del *.sis'); - -#update 'build' number in PKG file -os.system('hg log -l 1 > temp.txt'); - -os.system('makesis -d%EPOCROOT% podcatcher_udeb.pkg'); -os.system('signsis podcatcher_udeb.sis podcatcher_udeb_signed.sis podcast.cer podcast.key'); - -#update 'build' number in PKG file -os.system('makesis -d%EPOCROOT% podcatcher_urel.pkg'); -os.system('signsis podcatcher_urel.sis podcatcher_urel_signed.sis podcast.cer podcast.key'); \ No newline at end of file