1 Commits
1.5 ... dev

Author SHA1 Message Date
87174db272 Updated build files
* Removed configs-related stuff

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2025-04-20 22:23:10 +07:00
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(

View File

@@ -31,9 +31,7 @@ zip_include_packages = [
]
include_files = [
'SII_Decrypt.dll',
('configs/ats', 'configs/ats'),
('configs/ets2', 'configs/ets2')
'SII_Decrypt.dll'
]
options = {