diff --git a/CxFreezeCompile.py b/CxFreezeCompile.py index 98d5d2d..a88bc5f 100644 --- a/CxFreezeCompile.py +++ b/CxFreezeCompile.py @@ -4,9 +4,11 @@ build_options = { "includes": ["pyperclip"], "excludes": [], - "zip_include_packages": [], - "include_files": ["save_tools", "palworld_server_toolkit/PalEdit"], - "zip_includes": ["palworld_server_toolkit/resources/", "palworld_server_toolkit/PalEdit"], + "packages": ["palworld_save_tools"], + "zip_include_packages": ["zip_includes"], + "replace_paths": [("save_tools/palworld_save_tools", "palworld_save_tools"), ("palworld_server_toolkit/resources", "resources")], + "include_files": ["palworld_server_toolkit/PalEdit", "save_tools/palworld_save_tools", "palworld_server_toolkit/resources"], + "zip_includes": [], } base = "Win32GUI" if sys.platform == "win32" else None diff --git a/palworld_server_toolkit/resources/version.txt b/palworld_server_toolkit/resources/version.txt new file mode 100644 index 0000000..416bfb0 --- /dev/null +++ b/palworld_server_toolkit/resources/version.txt @@ -0,0 +1 @@ +0.5.9