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:
|
- run:
|
||||||
name: Install Windows System Build Dependencies
|
name: Install Windows System Build Dependencies
|
||||||
command: |
|
command: |
|
||||||
|
sudo apt-get update -y
|
||||||
dpkg --add-architecture i386
|
dpkg --add-architecture i386
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y fakeroot wine64 wine32
|
sudo apt-get install -y wine64 wine32
|
||||||
- run:
|
- run:
|
||||||
name: Generate Builds (Windows)
|
name: Generate Builds (Windows)
|
||||||
command: yarn electron-builder -w --x64 -p never
|
command: yarn electron-builder -w --x64 -p never
|
||||||
|
@ -109,9 +110,10 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Install Windows System Build Dependencies
|
name: Install Windows System Build Dependencies
|
||||||
command: |
|
command: |
|
||||||
|
sudo apt-get update -y
|
||||||
dpkg --add-architecture i386
|
dpkg --add-architecture i386
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y fakeroot wine64 wine32
|
sudo apt-get install -y wine64 wine32
|
||||||
- run:
|
- run:
|
||||||
name: Generate Builds (Winget)
|
name: Generate Builds (Winget)
|
||||||
command: yarn electron-builder --win -c winget.json -p never
|
command: yarn electron-builder --win -c winget.json -p never
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue