Add pyinstaller linux CI build

This commit is contained in:
Stephen Horvath
2025-08-22 19:15:27 +10:00
parent e7b4e4d194
commit 2c02c00268
4 changed files with 75 additions and 50 deletions

View File

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