Allow packing an application with the windows executable

This commit is contained in:
Leonel Câmara
2015-06-30 17:51:39 +01:00
parent 7543c54bdb
commit 5d2e5dded3
2 changed files with 30 additions and 0 deletions
@@ -26,6 +26,7 @@
{{buttons.append((URL('cleanup',args=a), T("Clean")))}}
{{buttons.append((URL('pack',args=a), T("Pack all")))}}
{{buttons.append((URL('pack_custom',args=a), T("Pack custom")))}}
{{buttons.append((URL('pack_exe',args=a), T("Download as exe")))}}
{{if not os.path.exists('applications/%s/compiled' % a):}}
{{buttons.append((URL('compile_app',args=a), T("Compile")))}}
{{else:}}