Skip to content
Snippets Groups Projects
Commit f586a441 authored by callumprentice's avatar callumprentice
Browse files

silly typo - change language from dutch to english :)

parent 811c466c
No related branches found
No related tags found
No related merge requests found
...@@ -834,7 +834,7 @@ def package_finish(self): ...@@ -834,7 +834,7 @@ def package_finish(self):
keychain_pwd = open(keychain_pwd_path).read().rstrip() keychain_pwd = open(keychain_pwd_path).read().rstrip()
self.run_command('security unlock-keychain -p "%s" "%s/Library/Keychains/viewer.keychain"' % ( keychain_pwd, home_path ) ) self.run_command('security unlock-keychain -p "%s" "%s/Library/Keychains/viewer.keychain"' % ( keychain_pwd, home_path ) )
self.run_command('codesign --force --sign --verboose %(identity)r %(bundle)r' % { self.run_command('codesign --force --sign --verbose %(identity)r %(bundle)r' % {
'identity': identity, 'identity': identity,
'bundle': self.get_dst_prefix() 'bundle': self.get_dst_prefix()
}) })
......
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