fix file paths

This commit is contained in:
2025-04-23 13:13:32 +02:00
parent ae050d829f
commit 44cca52fa7

View File

@@ -4,16 +4,16 @@
{
"Id": "config:both",
"IsZip": true,
"ZipPath": "modpack-files-main/both",
"ZipPath": "{first}/both",
"DestPath": "",
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files-main.zip?ref_type=tags"
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip"
},
{
"Id": "config:client",
"IsZip": true,
"ZipPath": "modpack-files-main/client",
"ZipPath": "{first}/client",
"DestPath": "",
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files-main.zip?ref_type=tags",
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip",
"Side": "Client"
},
{
@@ -34,9 +34,9 @@
{
"Id": "config:server",
"IsZip": true,
"ZipPath": "modpack-files-main/server",
"ZipPath": "{first}/server",
"DestPath": "",
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files-main.zip?ref_type=tags",
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip",
"Side": "Server"
},
{