Revision: 28693
          http://sourceforge.net/p/bibdesk/svn/28693
Author:   hofman
Date:     2024-02-02 10:32:01 +0000 (Fri, 02 Feb 2024)
Log Message:
-----------
remove extra double-quote and space from appcast

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

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2024-01-30 15:45:57 UTC (rev 28692)
+++ trunk/bibdesk/build_release.py      2024-02-02 10:32:01 UTC (rev 28693)
@@ -424,7 +424,7 @@
             # now compute the variables we need for writing the new appcast
             dsaSignature = b64_task.communicate()[0],decode("ascii").strip()
             if dsaSignature != "":
-                signatureAndSize = "\" sparkle:dsaSignature=\"" + dsaSignature 
+ "\" " + signatureAndSize
+                signatureAndSize = "sparkle:dsaSignature=\"" + dsaSignature + 
"\" " + signatureAndSize
     
     return signatureAndSize
 

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