From babbb33f69abee654c59db2bc31de6d4ebdb5b68 Mon Sep 17 00:00:00 2001 From: pavel Date: Wed, 25 Feb 2026 17:17:39 +0100 Subject: [PATCH] g --- .forgejo/workflows/pipeline.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/pipeline.yaml b/.forgejo/workflows/pipeline.yaml index 7dde8b9..30aa0d7 100644 --- a/.forgejo/workflows/pipeline.yaml +++ b/.forgejo/workflows/pipeline.yaml @@ -13,7 +13,12 @@ jobs: - uses: actions/checkout@v6 - run: npm ci - run: npm run dist:linux - - run: npm run dist:win + - name: Build Windows installer with 32-bit Wine prefix + run: | + export WINEARCH=win32 + export WINEPREFIX="$HOME/.wine32" + wineboot -u + npm run dist:win - name: Copy installers into static folder run: | mkdir -p static/installers