From a4efe9185aaf56e894a9b0d7ef467b30fb7b6187 Mon Sep 17 00:00:00 2001 From: Vxrtrauter <101264710+Vxrtrauter@users.noreply.github.com> Date: Mon, 2 Feb 2026 02:18:33 +0100 Subject: [PATCH] update workflows --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index b0c63ab..b99b05e 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -86,7 +86,7 @@ jobs: if: runner.os == 'Windows' shell: bash run: | - pyinstaller --onefile --windowed \ + pyinstaller --onedir --windowed \ --add-data "build_info.json;." \ --add-data "build_info.json;core" \ --add-data "build_info.json;core/interface" \ @@ -106,7 +106,7 @@ jobs: if: runner.os != 'Windows' shell: bash run: | - pyinstaller --onefile --windowed \ + pyinstaller --onedir --windowed \ --add-data "build_info.json:." \ --add-data "build_info.json:core" \ --add-data "build_info.json:core/interface" \