Skip to content

Commit

Permalink
Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
EternalWraith committed Jul 4, 2024
1 parent c3f80fb commit 228670e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CxFreezeCompile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
base = "Win32GUI" if sys.platform == "win32" else None

setup(
name = "PalEdit v0.7.2",
version = "0.7.2",
name = "PalEdit v0.9",
version = "0.9",
description = "A simple tool for editing PalWorld saves",
options={"build_exe": build_options},
executables=[Executable("PalEdit.py", base=base, icon="palworld_pal_edit/resources/MossandaIcon.ico")],
Expand Down

0 comments on commit 228670e

Please sign in to comment.