just hate this

This commit is contained in:
Core 2022-08-04 22:21:12 +01:00
parent d40d30aa78
commit f1916db662
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -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