dekarrin / cre8orforge

attempt to build an idle game that can played over discord using text only
MIT License
0 stars 0 forks source link

Crash on Help->About #10

Closed dekarrin closed 1 year ago

dekarrin commented 1 year ago

Trying to open an about dialog on the packaged app crashes due to pyinstaller not including binary assets. Fix by ensuring that pyinstaller includes all non-py files present in components (in particular this crash is caused by missing warning.png).

dekarrin commented 1 year ago

also applies to File->New Game