My mac is probably the problem. Yes I download it to play and it happened to all Ren'py game
Idk what you talking about.
the problem is:
Info.plist=not bound
which make mac think I open the application for the first time. So here I fix it:
this one make it force sign a bundle identifier into the app
codesign --force --deep --sign - --identifier (com.appname.app) /Users/username/Downloads/Aplication.app
this one for check bundle identifier if the first command work or not
codesign -dv --verbose=4 /Users/username/Downloads/application.app | grep Identifier