r24759 by craig - #16668: Fix mismatched braces in a file we can probably remove... hm

scribus-commit scribus-commit at lists.scribus.net
Wed Oct 27 19:31:55 UTC 2021


Author: craig
Date: Wed Oct 27 19:31:55 2021
New Revision: 24759

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24759
Log:
#16668: Fix mismatched braces in a file we can probably remove... hm

Modified:
    trunk/Scribus/OSX-package/linktools/mkappbundle.py

Modified: trunk/Scribus/OSX-package/linktools/mkappbundle.py
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24759&path=/trunk/Scribus/OSX-package/linktools/mkappbundle.py
==============================================================================
--- trunk/Scribus/OSX-package/linktools/mkappbundle.py	(original)
+++ trunk/Scribus/OSX-package/linktools/mkappbundle.py	Wed Oct 27 19:31:55 2021
@@ -83,5 +83,5 @@
 if binfile != None:
 	shutil.copy(binfile, os.path.join(binPath, appName))
 			
-shutil.copy(infofile, os.path.join(bundle, "Contents/Info.plist")
+shutil.copy(infofile, os.path.join(bundle, "Contents/Info.plist"))
 




More information about the scribus-commit mailing list