From 04f05549cfc9ebb2f6cfe972d4e88694b24c2694 Mon Sep 17 00:00:00 2001 From: Cart1416 <83319239+Cart1416@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:25:30 -0500 Subject: [PATCH] Update pyinstaller.yml --- .github/workflows/pyinstaller.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 6f0f9d6..103ff5d 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -3,7 +3,7 @@ name: PyInstaller Action on: push: branches: - - '**' + - '**' # Trigger on any push jobs: build: @@ -22,7 +22,6 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - # Install PyGObject (required for gi module) sudo apt-get update sudo apt-get install -y libgirepository1.0-dev python3-gi @@ -31,7 +30,7 @@ jobs: with: spec: baldilevelsaver.py requirements: requirements.txt - options: '--windowed --onefile --clean' + options: '--windowed --onefile --clean --hidden-import=gi' python_ver: '3.10' python_arch: x64 exe_path: ./dist