[Sticky Fingers] Remove folderName field
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` 😅
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user