1
0

Set folderName property for ItsFlowwey@FlowerPot (#95)

FlowerPot needs to have its install folder specifically named
"Flower-Pot", otherwise it will make the game crash.
Discovered this problem after trying to launch Balatro with FlowerPot
installed.
This commit is contained in:
Efe
2025-03-08 19:25:29 +01:00
committed by GitHub

View File

@@ -5,5 +5,6 @@
"categories": ["Technical"],
"author": "ItsFlowwey",
"repo":"https://github.com/GauntletGames-2086/Flower-Pot",
"downloadURL": "https://github.com/GauntletGames-2086/Flower-Pot/archive/refs/heads/master.zip"
"downloadURL": "https://github.com/GauntletGames-2086/Flower-Pot/archive/refs/heads/master.zip",
"folderName": "Flower-Pot"
}