the mac version has a small bug but it's totally fixable. I fixed it myself!
open FroggyPot.sh with text editor and fix these 2 lines:
1st fix (use ctrl-f to find them):
original: RENPY_PLATFORM="mac-x86_64"
my fix: RENPY_PLATFORM="."
2nd fix (right at the end add):
BASEFILE="../FroggyPot.app/Contents/MacOS/FroggyPot"
exec $RENPY_GDB "$LIB/$BASEFILE" "$@"
that should do the trick! now to run the game run the game as bash script!
go to terminal (type terminal on mac search)
go to your file location using cd command (if you are not sure what this means ask ChatGPT)
run by typing:
bash FroggyPot.sh
if you are still not sure, email me and I can probably help you guys! aaccjjt@hotmail.com
I really wish the developer will see this and make the fix themselves
