Files
dhere/build.py
2025-05-19 04:04:40 +02:00

3 lines
70 B
Python

import os
os.system("pyinstaller --onefile dhere.py --icon icon.ico")