vpm: use this Gitea's raw and release paths
ci / build (push) Canceled after 0s

The -/raw/main and -/releases/download forms are GitLab routing and 404 on
git.scug.io; the working forms are /raw/branch/main and /releases/download.
This commit is contained in:
2026-09-19 16:08:31 +01:00
parent a1b81b8eb7
commit e5f8a078e1
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "Doloro VPM Packages",
"id": "dev.doloro.vpm",
"url": "https://git.scug.io/doloro/av3-animation-as-crab/-/raw/main/vpm/index.json",
"url": "https://git.scug.io/doloro/av3-animation-as-crab/raw/branch/main/vpm/index.json",
"author": {
"name": "doloro"
},
@@ -14,8 +14,8 @@
"version": "0.1.0",
"unity": "2019.4",
"description": "Writes Animator Controllers from a Rhai script, evaluated by the libaac native library.",
"url": "https://git.scug.io/doloro/av3-animation-as-crab/-/releases/download/v0.1.0/dev.doloro.animator-as-crab-0.1.0.zip",
"zipSHA256": "e0ad8c5717059115567e5c7907425d4a6a1ce1613023197061796d0b5128a515",
"url": "https://git.scug.io/doloro/av3-animation-as-crab/releases/download/v0.1.0/dev.doloro.animator-as-crab-0.1.0.zip",
"zipSHA256": "63dc0241af2fd724b3b02572020db15236b00fd8f7931fbfbd22155c235b6017",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1"
},