Revision: 28940
          http://sourceforge.net/p/bibdesk/svn/28940
Author:   hofman
Date:     2024-08-23 16:27:25 +0000 (Fri, 23 Aug 2024)
Log Message:
-----------
replace <v> or <version> by version in out directory for build scrript

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

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2024-08-23 14:46:16 UTC (rev 28939)
+++ trunk/bibdesk/build_release.py      2024-08-23 16:27:25 UTC (rev 28940)
@@ -598,6 +598,10 @@
     else:
             sys.stderr.write("\nWARNING: built product will not be 
notarized\n\n")
     
+    out = out.replace("<v>", new_version_string)
+    out = out.replace("<version>", new_version_string)
+    out = os.path.expanduser(out)
+    
     try:
         # probably already exists
         os.makedirs(out)

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

Reply via email to