This commit is contained in:
Andy McKay 2012-09-27 14:03:23 -07:00
Родитель eddbaae1b7
Коммит 470e6808ae
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -33,6 +33,7 @@ def sign_app(src, dest):
if not os.path.exists(dest_dir):
os.makedirs(dest_dir)
shutil.copy(src, dest)
return
# TODO: stop doing this and use the signing server.
try: