Skip to content

Commit

Permalink
Switch CF API endpoint
Browse files Browse the repository at this point in the history
www doesn't work with localization 😕
  • Loading branch information
nebularg committed Dec 19, 2024
1 parent 6b07139 commit 67e6ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ fi
echo
)
if [[ "$slug" =~ ^[0-9]+$ ]]; then
project_site="https://www.curseforge.com"
project_site="https://cloudflare.curseforge.com"
echo "CurseForge ID: $slug${cf_token:+ [token set]}"
fi
if [ -n "$addonid" ]; then
Expand Down Expand Up @@ -2075,7 +2075,7 @@ checkout_external() {
project_site=
package=
if [[ "$_external_uri" == *"wowace.com"* || "$_external_uri" == *"curseforge.com"* ]]; then
project_site="https://www.curseforge.com"
project_site="https://cloudflare.curseforge.com"
fi

# If a .pkgmeta file is present, process it for "ignore" and "plain-copy" lists.
Expand Down

0 comments on commit 67e6ef1

Please sign in to comment.