Added build and icon

This commit is contained in:
2025-05-19 04:04:40 +02:00
parent 646bf248ba
commit b338ae781c
4 changed files with 9 additions and 1 deletions

5
.gitignore vendored
View File

@ -4,3 +4,8 @@ __pycache__/
# Python virtual environment
venv/
env/
# PyInstaller
*.spec
build/
dist/

3
build.py Normal file
View File

@ -0,0 +1,3 @@
import os
os.system("pyinstaller --onefile dhere.py --icon icon.ico")

BIN
icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.