Revision: 12268
http://sourceforge.net/p/skim-app/code/12268
Author: hofman
Date: 2021-04-07 17:33:23 +0000 (Wed, 07 Apr 2021)
Log Message:
-----------
Fix download url in appcast
Modified Paths:
--------------
trunk/build_skim.py
Modified: trunk/build_skim.py
===================================================================
--- trunk/build_skim.py 2021-04-07 17:22:12 UTC (rev 12267)
+++ trunk/build_skim.py 2021-04-07 17:33:23 UTC (rev 12268)
@@ -402,7 +402,7 @@
print("create Sparkle appcast for %s" % (archive_path))
appcastSignature, fileSize = signature_and_size(archive_path)
- download_url = "https://sourceforge.net/projects/skim/files/Skim/Skim-" +
newVersionString + "/" + os.path.basename(archive_path) + "/download"
+ download_url =
"https://sourceforge.net/projects/skim-app/files/Skim/Skim-" + newVersionString
+ "/" + os.path.basename(archive_path) + "/download"
appcastDate = strftime("%a, %d %b %Y %H:%M:%S +0000", gmtime())
if archive_path.endswith("dmg"):
type = "application/x-apple-diskimage"
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