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: |