Skip to content
Snippets Groups Projects
Commit 4a329b39 authored by Oz Linden's avatar Oz Linden
Browse files

fix signature target path

parent aa7c939a
No related branches found
No related tags found
No related merge requests found
...@@ -945,7 +945,7 @@ def package_finish(self): ...@@ -945,7 +945,7 @@ def package_finish(self):
# the signature are preserved; moving the files using python will leave them behind # the signature are preserved; moving the files using python will leave them behind
# and invalidate the signatures. # and invalidate the signatures.
if 'signature' in self.args: if 'signature' in self.args:
app_in_dmg=os.path.join(volpath,self.get_dst_prefix()) app_in_dmg=os.path.join(volpath,self.app_name()+".app")
print "Attempting to sign '%s'" % app_in_dmg print "Attempting to sign '%s'" % app_in_dmg
identity = self.args['signature'] identity = self.args['signature']
if identity == '': if identity == '':
......
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