add ico and version

This commit is contained in:
VALLONGOL 2025-05-08 10:59:12 +02:00
parent 742ae5cf28
commit 8a3de711e8
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,3 @@
# PyInstaller GUI Wrapper - User Manual
## English

BIN
pyinstallerguiwrapper.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -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,

View File

@ -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) ---