864ea069965be2211c04114763e7ed98aeeb683e
_compy_bundled_resources() in the PyInstaller runtime hook copied config/app_config.json next to the .exe on first start. With the config no longer bundled (see the first-run setup commit) that copy would simply fail, but leaving the entry in place keeps the intent alive and would re-plant a stale config if the file were ever added back to the bundle. The hook now copies only the resource files (icons, intro video), and the comment explains why the config is deliberately absent: the player must start unconfigured so it asks the operator for the server details instead of inheriting the build machine's settings.
Description
No description provided
Languages
Python
69.5%
Shell
22.1%
kvlang
8.4%