Add PyInstaller spec for Windows

This commit is contained in:
Stephen Horvath
2025-03-24 20:50:34 +10:00
parent d65a033523
commit 076f903fbc
6 changed files with 51 additions and 4 deletions

5
pyinstaller/winyafi.py Normal file
View File

@@ -0,0 +1,5 @@
import os
os.environ["GDK_SCALE"] = "2"
from yafi import main
main()