mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
Add PyInstaller spec for Windows
This commit is contained in:
5
pyinstaller/winyafi.py
Normal file
5
pyinstaller/winyafi.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
os.environ["GDK_SCALE"] = "2"
|
||||
|
||||
from yafi import main
|
||||
main()
|
||||
Reference in New Issue
Block a user