Moved pack as exe functionality to the pack_custom.html form

This commit is contained in:
Leonel Câmara
2015-06-30 19:19:38 +01:00
parent 5d2e5dded3
commit 032af7c04d
3 changed files with 38 additions and 36 deletions
@@ -26,7 +26,6 @@
{{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:}}