Revision: 28761
          http://sourceforge.net/p/bibdesk/svn/28761
Author:   hofman
Date:     2024-02-17 17:48:57 +0000 (Sat, 17 Feb 2024)
Log Message:
-----------
fix comment

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

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2024-02-17 17:36:43 UTC (rev 28760)
+++ trunk/bibdesk/build_release.py      2024-02-17 17:48:57 UTC (rev 28761)
@@ -566,7 +566,7 @@
         notarize_archive(archive_path, notarize_password)
         
         if archive_path.endswith("dmg"):
-            # xcrun stapler staple BibDesk.app-1.4.zip
+            # xcrun stapler staple BibDesk.app-1.4.dmg
             staple_cmd = ["xcrun", "stapler", "staple", archive_path]
             print(" ".join(staple_cmd))
             x = Popen(staple_cmd)

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