1
0
mirror of https://github.com/arsenetar/dupeguru-cocoa.git synced 2026-03-16 04:21:38 +00:00

Add package.py

with other minor fixes
This commit is contained in:
Virgil Dupras
2017-03-11 20:44:18 -05:00
parent 08eac3844e
commit cdb14d7e5f
6 changed files with 32 additions and 8 deletions

View File

@@ -152,10 +152,6 @@ def build_cocoa(dev):
resources = [image_path, 'cocoa/dsa_pub.pem', 'build/dg_cocoa.py', 'build/help']
app.copy_resources(*resources, use_symlinks=dev)
app.copy_frameworks('build/Python')
print("Creating the run.py file")
tmpl = open('cocoa/run_template.py', 'rt').read()
run_contents = tmpl.replace('{{app_path}}', app.dest)
open('run.py', 'wt').write(run_contents)
def build_help():
print("Generating Help")