Skip to content
Snippets Groups Projects
Commit 00ca4c32 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Cleanup

parent 684bbd37
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -917,8 +917,6 @@ def package_finish(self): ...@@ -917,8 +917,6 @@ def package_finish(self):
self.run_command(['codesign', '--verify', '--deep', '--verbose', application]) self.run_command(['codesign', '--verify', '--deep', '--verbose', application])
vol_icon = self.src_path_of(os.path.join(self.icon_path(), 'alchemy.icns')) vol_icon = self.src_path_of(os.path.join(self.icon_path(), 'alchemy.icns'))
print("DEBUG: icon_path '%s'" % vol_icon)
dmgoptions = { dmgoptions = {
'format': 'ULFO', 'format': 'ULFO',
'compression_level': 9, 'compression_level': 9,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment