Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit 03f8816

Browse files
committed
✨ 🎉 Milestone: Multiplex 🔥
1 parent d70bddb commit 03f8816

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

template/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
},
7373
"linux": {
7474
"target": [
75-
"deb",
7675
"AppImage"
7776
]
7877
}

tests/wine.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ sudo apt-get -y install ttf-mscorefonts-installer
99

1010
# Install wine for win32 building support
1111
sudo apt-get -y install wine
12+
13+
# Install `electron-builder` dependencies
14+
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils

0 commit comments

Comments
 (0)