From 7fb5083398b01b0e80c5e452db50bb0b32da736d Mon Sep 17 00:00:00 2001 From: Damien Erambert Date: Sat, 3 May 2025 21:16:30 -0700 Subject: [PATCH] [Sticky Fingers] Remove `folderName` field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I've fixed the structure of the mod such that all the lovely files are at the root, meaning I _should_ be able to remove `folderName` which was causing issues (I assumed it meant BMM would look for `$MODS/sticky-fingers/sticky-fingers` and not `$MODS/sticky-fingers` 😅 --- mods/Eramdam@StickyFingers/meta.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mods/Eramdam@StickyFingers/meta.json b/mods/Eramdam@StickyFingers/meta.json index 331aabc9..89378fc8 100644 --- a/mods/Eramdam@StickyFingers/meta.json +++ b/mods/Eramdam@StickyFingers/meta.json @@ -2,13 +2,10 @@ "title": "Sticky Fingers", "requires-steamodded": true, "requires-talisman": false, - "categories": [ - "Quality of Life" - ], + "categories": ["Quality of Life"], "author": "Eramdam", "repo": "https://github.com/eramdam/sticky-fingers/", "downloadURL": "https://github.com/eramdam/sticky-fingers/archive/refs/heads/main.zip", "automatic-version-check": true, - "folderName": "sticky-fingers", "version": "8cdac02" }