From 44cca52fa7ceacb8d406dabb694a12918a266c17 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Wed, 23 Apr 2025 13:13:32 +0200 Subject: [PATCH] fix file paths --- install.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install.json b/install.json index cb307a6..ae0930b 100644 --- a/install.json +++ b/install.json @@ -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" }, {