just hate this
This commit is contained in:
parent
d40d30aa78
commit
f1916db662
1 changed files with 8 additions and 1 deletions
|
@ -83,6 +83,12 @@ jobs:
|
|||
steps:
|
||||
- attach_workspace:
|
||||
at: ~/Cider
|
||||
- run:
|
||||
name: Install Windows System Build Dependencies
|
||||
command: |
|
||||
dpkg --add-architecture i386
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y fakeroot wine64 wine32
|
||||
- run:
|
||||
name: Generate Builds (Windows)
|
||||
command: yarn electron-builder -w --x64 -p never
|
||||
|
@ -103,8 +109,9 @@ jobs:
|
|||
- run:
|
||||
name: Install Windows System Build Dependencies
|
||||
command: |
|
||||
dpkg --add-architecture i386
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y fakeroot wine64
|
||||
sudo apt-get install -y fakeroot 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