mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fix previous commit
I forgot to remove a sparkle reference in the build script.
This commit is contained in:
parent
79e99db1d3
commit
e0281dd740
2
build.py
2
build.py
@ -154,7 +154,7 @@ def build_cocoa(dev):
|
|||||||
image_path = 'cocoa/dupeguru.icns'
|
image_path = 'cocoa/dupeguru.icns'
|
||||||
resources = [image_path, 'cocoa/dsa_pub.pem', 'build/dg_cocoa.py', 'build/help']
|
resources = [image_path, 'cocoa/dsa_pub.pem', 'build/dg_cocoa.py', 'build/help']
|
||||||
app.copy_resources(*resources, use_symlinks=dev)
|
app.copy_resources(*resources, use_symlinks=dev)
|
||||||
app.copy_frameworks('build/Python', sparkle_framework_path)
|
app.copy_frameworks('build/Python')
|
||||||
print("Creating the run.py file")
|
print("Creating the run.py file")
|
||||||
tmpl = open('cocoa/run_template.py', 'rt').read()
|
tmpl = open('cocoa/run_template.py', 'rt').read()
|
||||||
run_contents = tmpl.replace('{{app_path}}', app.dest)
|
run_contents = tmpl.replace('{{app_path}}', app.dest)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user