parent
1a6d7bf219
commit
babbb33f69
1 changed files with 6 additions and 1 deletions
|
|
@ -13,7 +13,12 @@ jobs:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run dist:linux
|
- 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
|
- name: Copy installers into static folder
|
||||||
run: |
|
run: |
|
||||||
mkdir -p static/installers
|
mkdir -p static/installers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue