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