Browse Source

fix(vh): update bepinexvh url to new url #4547 (#4548)

Silje Ljosland Bakke 2 năm trước cách đây
mục cha
commit
06d9eda27f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lgsm/modules/mods_list.sh

+ 1 - 1
lgsm/modules/mods_list.sh

@@ -105,7 +105,7 @@ oxidesdtdlatestlink=$(curl --connect-timeout 10 -sL https://api.github.com/repos
 # Valheim Plus
 valheimpluslatestlink=$(curl --connect-timeout 10 -sL https://api.github.com/repos/Grantapher/ValheimPlus/releases/latest | jq -r '.assets[]|select(.browser_download_url | contains("UnixServer.tar.gz")) | .browser_download_url')
 # Valheim BepInEx
-bepinexvhlatestlink=$(curl --connect-timeout 10 -sL "https://valheim.thunderstore.io/api/experimental/package/denikson/BepInExPack_Valheim/" -H "accept: application/json" | jq -r '.latest.download_url')
+bepinexvhlatestlink=$(curl --connect-timeout 10 -sL "https://thunderstore.io/api/experimental/package/denikson/BepInExPack_Valheim/" -H "accept: application/json" | jq -r '.latest.download_url')
 
 # Define mods information (required)