fix file paths
This commit is contained in:
12
install.json
12
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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user