From 2ee31e1e348d9f518f195935b9c3ff8121fd18d3 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Wed, 14 Jan 2026 07:57:57 -0600 Subject: [PATCH] Update build workflow --- .gitea/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7297998..33dbea9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -111,7 +111,8 @@ jobs: - name: Build Electron App (Windows EXE and NSIS) env: WINEDEBUG: -all - run: pnpm run dist:windows + WINE_PYTHON: "wine C:/Python313/python.exe" + run: task build-exe-wine - name: Prepare release assets run: |