From 6428ed65e4a99af1772f97535427f1f6a4b8d1c9 Mon Sep 17 00:00:00 2001 From: nlpng Date: Mon, 7 Oct 2024 23:40:29 +0900 Subject: [PATCH] enable tk-inter plugin to nuitka --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afdf1a6..d3cb2c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,8 @@ jobs: with: nuitka-version: main script-name: main_gui.py - onefile: true + standalone: true + enable-plugins: tk-inter - name: Upload uses: actions/upload-artifact@v4