pray
This commit is contained in:
parent
11a144a7d7
commit
79a746470a
1 changed files with 12 additions and 0 deletions
|
@ -80,6 +80,12 @@ jobs:
|
|||
sudo dpkg --add-architecture i386
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y wine32
|
||||
- run:
|
||||
name: Reinstall proper rust node module
|
||||
command: |
|
||||
cd ./node_modules/cider_utils
|
||||
yarn run prebuild-downloads --platform=win32 --verbose
|
||||
cd ../..
|
||||
- run:
|
||||
name: Generate Builds (Windows)
|
||||
command: yarn electron-builder -w --x64 -p never
|
||||
|
@ -105,6 +111,12 @@ jobs:
|
|||
sudo dpkg --add-architecture i386
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y wine32
|
||||
- run:
|
||||
name: Reinstall proper rust node module
|
||||
command: |
|
||||
cd ./node_modules/cider_utils
|
||||
yarn run prebuild-downloads --platform=win32 --verbose
|
||||
cd ../..
|
||||
- run:
|
||||
name: Generate Builds (Winget)
|
||||
command: yarn electron-builder --win -c winget.json -p never
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue