Revision: 28738
          http://sourceforge.net/p/bibdesk/svn/28738
Author:   hofman
Date:     2024-02-15 10:03:06 +0000 (Thu, 15 Feb 2024)
Log Message:
-----------
fix typo in build script

Modified Paths:
--------------
    trunk/bibdesk/build_release.py

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2024-02-15 09:59:46 UTC (rev 28737)
+++ trunk/bibdesk/build_release.py      2024-02-15 10:03:06 UTC (rev 28738)
@@ -137,7 +137,7 @@
     infoPlist["CFBundleShortVersionString"] = newVersion
     with open(SOURCE_PLIST_PATH, "wb") as plistFile:
         plistlib.dump(infoPlist, plistFile)
-    with open(HELP_VERSION_PATH, "w", "utf-8") as helpVersionFile:
+    with open(HELP_VERSION_PATH, "w", encoding="utf-8") as helpVersionFile:
         helpVersionFile.write("@set VERSION " + newVersion)
     print("version string updated to %s" % (newVersion))
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to