Update macdeploy.py

This commit is contained in:
Jonas Kvinge 2020-03-19 21:54:02 +01:00 committed by GitHub
parent ddc3af28ab
commit 10a136b4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ def FindGioModule(name):
def main(): def main():
logging.basicConfig(filename='macdeploy.log', level=logging.DEBUG, format='%(asctime)s %(levelname)-8s %(message)s') logging.basicConfig(filename='macdeploy.log', level=logging.DEBUG, format='%(asctime)s %(levelname)-8s %(message)s')
#FixBinary(binary) FixBinary(binary)
try: try:
FixPlugin('strawberry-tagreader', '.') FixPlugin('strawberry-tagreader', '.')