fix zip paths

This commit is contained in:
2024-06-19 19:50:32 +02:00
parent 54ccfc853e
commit ac286a61f7

View File

@@ -2,13 +2,13 @@
"Actions": [ "Actions": [
{ {
"IsZip": true, "IsZip": true,
"ZipPath": "files/both", "ZipPath": "LITW-Refined-Modpack-main/files/both",
"DestPath": "", "DestPath": "",
"DownloadUrl": "https://github.com/LITW-Refined/LITW-Refined-Modpack/archive/refs/heads/main.zip" "DownloadUrl": "https://github.com/LITW-Refined/LITW-Refined-Modpack/archive/refs/heads/main.zip"
}, },
{ {
"IsZip": true, "IsZip": true,
"ZipPath": "files/client", "ZipPath": "LITW-Refined-Modpack-main/files/client",
"DestPath": "", "DestPath": "",
"DownloadUrl": "https://github.com/LITW-Refined/LITW-Refined-Modpack/archive/refs/heads/main.zip" "DownloadUrl": "https://github.com/LITW-Refined/LITW-Refined-Modpack/archive/refs/heads/main.zip"
}, },