diff --git a/doc/English-manual.md b/doc/English-manual.md index fbc0d36..fe4e6c4 100644 --- a/doc/English-manual.md +++ b/doc/English-manual.md @@ -1,4 +1,3 @@ - # PyInstaller GUI Wrapper - User Manual ## English diff --git a/pyinstallerguiwrapper.ico b/pyinstallerguiwrapper.ico new file mode 100644 index 0000000..8d754fe Binary files /dev/null and b/pyinstallerguiwrapper.ico differ diff --git a/pyinstallerguiwrapper.spec b/pyinstallerguiwrapper.spec index e1c5005..bec373a 100644 --- a/pyinstallerguiwrapper.spec +++ b/pyinstallerguiwrapper.spec @@ -33,7 +33,8 @@ exe = EXE(pyz, disable_windowed_traceback=False, target_arch=None, codesign_identity=None, - entitlements_file=None) + entitlements_file=None, + icon='pyinstallerguiwrapper.ico') coll = COLLECT(exe, a.binaries, diff --git a/pyinstallerguiwrapper/_version.py b/pyinstallerguiwrapper/_version.py index 7041f71..b5b28c4 100644 --- a/pyinstallerguiwrapper/_version.py +++ b/pyinstallerguiwrapper/_version.py @@ -8,10 +8,10 @@ import re # --- Version Data (Generated) --- # This section is automatically generated by the build process. -__version__ = "v.0.0.0.2-dirty" -GIT_COMMIT_HASH = "31e2d9a72daad459abdecea5f5a443cb2f5060a2" +__version__ = "v.0.0.0.3-4-gf671da0-dirty" +GIT_COMMIT_HASH = "f671da08f3066a1f5d2ff877ebc28a9155903477" GIT_BRANCH = "master" -BUILD_TIMESTAMP = "2025-05-05T13:42:38Z" +BUILD_TIMESTAMP = "2025-05-08T08:56:28Z" IS_GIT_REPO = True # --- Default Values (for comparison or fallback) ---