just really hate this
This commit is contained in:
parent
f1916db662
commit
001b077924
1 changed files with 4 additions and 2 deletions
|
@ -86,9 +86,10 @@ jobs:
|
|||
- run:
|
||||
name: Install Windows System Build Dependencies
|
||||
command: |
|
||||
sudo apt-get update -y
|
||||
dpkg --add-architecture i386
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y fakeroot wine64 wine32
|
||||
sudo apt-get install -y wine64 wine32
|
||||
- run:
|
||||
name: Generate Builds (Windows)
|
||||
command: yarn electron-builder -w --x64 -p never
|
||||
|
@ -109,9 +110,10 @@ jobs:
|
|||
- run:
|
||||
name: Install Windows System Build Dependencies
|
||||
command: |
|
||||
sudo apt-get update -y
|
||||
dpkg --add-architecture i386
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y fakeroot wine64 wine32
|
||||
sudo apt-get install -y wine64 wine32
|
||||
- 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