just really hate this

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

View file

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