Files
dhere/build.py

3 lines
70 B
Python
Raw Permalink Normal View History

2025-05-19 04:04:40 +02:00
import os
os.system("pyinstaller --onefile dhere.py --icon icon.ico")