Revision: 26113 http://sourceforge.net/p/bibdesk/svn/26113 Author: hofman Date: 2021-05-31 14:14:05 +0000 (Mon, 31 May 2021) Log Message: ----------- import urllib and define relnotes path
Modified Paths: -------------- trunk/bibdesk/build_release.py Modified: trunk/bibdesk/build_release.py =================================================================== --- trunk/bibdesk/build_release.py 2021-05-31 09:43:43 UTC (rev 26112) +++ trunk/bibdesk/build_release.py 2021-05-31 14:14:05 UTC (rev 26113) @@ -67,6 +67,7 @@ from time import gmtime, strftime, localtime, sleep import plistlib import tempfile +import urllib from getpass import getuser from Foundation import NSXMLDocument, NSUserDefaults, NSURL, NSXMLNodePrettyPrint, NSXMLNodePreserveCDATA @@ -95,6 +96,7 @@ BUILT_APP = os.path.join(BUILD_DIR, "BibDesk.app") DERIVED_DATA_DIR = os.path.join(BUILD_ROOT, "DerivedData") PLIST_PATH = os.path.join(BUILT_APP, "Contents", "Info.plist") +RELNOTES_PATH = os.path.join(BUILT_APP, "Contents", "Resources", "RelNotes.rtf") def read_versions(): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit