864ea06996
_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.