Skip to content

Commit 94fb6a4

Browse files
committed
version should not be in th exe
1 parent 502ce56 commit 94fb6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from src._version import __version__
66

77
# Project details
8-
PROJECT_NAME = f"AppUsageGUI-v{__version__}"
8+
PROJECT_NAME = "AppUsageGUI"
99
ENTRY_POINT = "src/main.py"
1010
BUILD_DIR = "build"
1111
DIST_DIR = "dist"

0 commit comments

Comments
 (0)