From c1de0cc442a915a27a6297f9d2cd4c8a95d8807b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=88=D8=B1=D8=AF?= Date: Mon, 1 Sep 2025 07:03:04 +0300 Subject: [PATCH] update DownloadURL to correctly point at `main.zip` --- mods/Gfsgfs@Punchline/meta.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/Gfsgfs@Punchline/meta.json b/mods/Gfsgfs@Punchline/meta.json index 62058034..73085712 100644 --- a/mods/Gfsgfs@Punchline/meta.json +++ b/mods/Gfsgfs@Punchline/meta.json @@ -5,8 +5,8 @@ "categories": ["Content"], "author": "Gfsgfs and EricTheToon", "repo": "https://github.com/gfsgfsPunchlineGuy/Punchline", - "downloadURL": "https://github.com/gfsgfsPunchlineGuy/archive/refs/heads/main.zip", + "downloadURL": "https://github.com/gfsgfsPunchlineGuy/Punchline/archive/refs/heads/main.zip", "folderName": "Punchline", "version": "0.0.3", "automatic-version-check": true -} \ No newline at end of file +}