Skip to content

Commit

Permalink
Correct updater URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamp01 committed Jan 20, 2022
1 parent 85c796f commit a8a2273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/classic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
xml=('<?xml version="1.0"?>'
'<updates>'
' <update type="major" appVersion="VERSION" buildID="BUILDID" detailsURL="https://www.waterfox.net/blog/waterfox-BROWSER_VERSION-release" displayVersion="BROWSER_VERSION" extensionVersion="VERSION" platformVersion="VERSION" version="VERSION">'
' <patch type="complete" URL="https://github.com/WaterfoxCo/Waterfox-Classic/releases/TAG/BROWSER_VERSION-classic/waterfox-classic-BROWSER_VERSION.en-US.osx64.complete.xz.mar" hashFunction="SHA512" hashValue="HASH" size="SIZE"/>'
' <patch type="complete" URL="https://github.com/WaterfoxCo/Waterfox-Classic/releases/download/TAG/waterfox-classic-BROWSER_VERSION.en-US.osx64.complete.xz.mar" hashFunction="SHA512" hashValue="HASH" size="SIZE"/>'
' </update>'
'</updates>')
for line in "${xml[@]}" ; do echo $line >> ./objdir-classic/dist/update/update.xml ; done
Expand Down
2 changes: 1 addition & 1 deletion build/github-actions/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cp -r $INSTALLER_PATH update/
xml=('<?xml version="1.0"?>'
'<updates>'
' <update type="major" appVersion="VERSION" buildID="BUILDID" detailsURL="https://www.waterfox.net/blog/waterfox-BROWSER_VERSION-release" displayVersion="BROWSER_VERSION" extensionVersion="VERSION" platformVersion="VERSION" version="VERSION">'
' <patch type="complete" URL="https://github.com/WaterfoxCo/Waterfox-Classic/releases/TAG/BROWSER_VERSION-classic/waterfox-classic-BROWSER_VERSION.en-US.PLATFORM.complete.xz.mar" hashFunction="SHA512" hashValue="HASH" size="SIZE"/>'
' <patch type="complete" URL="https://github.com/WaterfoxCo/Waterfox-Classic/releases/download/TAG/waterfox-classic-BROWSER_VERSION.en-US.PLATFORM.complete.xz.mar" hashFunction="SHA512" hashValue="HASH" size="SIZE"/>'
' </update>'
'</updates>')

Expand Down

0 comments on commit a8a2273

Please sign in to comment.