ske087 864ea06996 Stop the runtime hook from planting a bundled config on first run
_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.
2026-09-13 10:15:26 +03:00
2026-07-21 12:23:59 +03:00
2026-01-17 21:00:49 +02:00
S
Description
No description provided
130 MiB
Languages
Python 69.5%
Shell 22.1%
kvlang 8.4%