Revision: 14037
http://sourceforge.net/p/skim-app/code/14037
Author: hofman
Date: 2024-02-02 10:30:52 +0000 (Fri, 02 Feb 2024)
Log Message:
-----------
rermove extra space from appcast
Modified Paths:
--------------
trunk/build_skim.py
Modified: trunk/build_skim.py
===================================================================
--- trunk/build_skim.py 2024-02-02 10:07:53 UTC (rev 14036)
+++ trunk/build_skim.py 2024-02-02 10:30:52 UTC (rev 14037)
@@ -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