diff --git a/build.spec b/build.spec index afcd6b0..10aa3cf 100644 --- a/build.spec +++ b/build.spec @@ -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( diff --git a/setup.py b/setup.py index ed22ebc..9ad8f9c 100644 --- a/setup.py +++ b/setup.py @@ -31,9 +31,7 @@ zip_include_packages = [ ] include_files = [ - 'SII_Decrypt.dll', - ('configs/ats', 'configs/ats'), - ('configs/ets2', 'configs/ets2') + 'SII_Decrypt.dll' ] options = {