Revision: 14034
          http://sourceforge.net/p/skim-app/code/14034
Author:   hofman
Date:     2024-02-02 10:07:11 +0000 (Fri, 02 Feb 2024)
Log Message:
-----------
remove extra double-quote from appcaset

Modified Paths:
--------------
    trunk/build_skim.py

Modified: trunk/build_skim.py
===================================================================
--- trunk/build_skim.py 2024-02-01 17:13:30 UTC (rev 14033)
+++ trunk/build_skim.py 2024-02-02 10:07:11 UTC (rev 14034)
@@ -416,7 +416,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.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to