Updated build files

* Removed configs-related stuff

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2025-04-20 22:22:49 +07:00
parent 09530561cf
commit 87174db272
2 changed files with 2 additions and 6 deletions

View File

@@ -4,9 +4,7 @@ app = Analysis(
['init_main_program.py'],
pathex=['.'],
datas=[
('SII_Decrypt.dll', '.'),
('configs/ats', 'configs/ats'),
('configs/ets2', 'configs/ets2')
('SII_Decrypt.dll', '.')
]
)
cfg = Analysis(