You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pyinstaller on Arcade 3.0, the new versioning system causes it to break.
This is because it doesn't catch the VERSION file that is needed by version.py. We should just need to add that file to the datas list within the pyinstaller hook.