From 78265181c0616c8488cfe4c58040ed2f9f4114b6 Mon Sep 17 00:00:00 2001 From: Breezebuilder Date: Sun, 16 Mar 2025 10:21:01 +1100 Subject: [PATCH] Fix spire-winder@Balatro-Draft `downloadURL` Was incorrectly using a link to the files for Eremel@Galdur. Manually set version to allow bad previous versions to update, which would otherwise be unaware of the change and remain on `d4fbaeb` --- mods/spire-winder@Balatro-Draft/meta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/spire-winder@Balatro-Draft/meta.json b/mods/spire-winder@Balatro-Draft/meta.json index e48c9832..0573f151 100644 --- a/mods/spire-winder@Balatro-Draft/meta.json +++ b/mods/spire-winder@Balatro-Draft/meta.json @@ -7,7 +7,7 @@ ], "author": "spire-winder", "repo": "https://github.com/spire-winder/Balatro-Draft", - "downloadURL": "https://github.com/Eremel/Galdur/archive/refs/heads/master.zip", - "automatic-version-check": true, - "version": "d4fbaeb" + "downloadURL": "https://github.com/spire-winder/Balatro-Draft/releases/download/v0.5.2/Balatro-Draft-v0.5.2.zip", + "automatic-version-check": false, + "version": "v0.5.2" }