Skip to content

Commit 5379f91

Browse files
Adding pacman and appImage to build
1 parent 039ae8d commit 5379f91

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

deploy.travis.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
if [ "$TRAVIS_OS_NAME" == osx ]; then
33
yarn electron:build -p always
44
else
5+
sudo apt-get install libarchive-tools
6+
sudo apt-get install bsdtar
57
sudo apt-get update -qq
68
sudo apt-get install snapd
79
sudo snap install snapcraft --classic

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
publish: ['github'],
99
linux: {
1010
category: "Utility",
11-
target: ["deb", "rpm"],
11+
target: ["AppImage","deb", "rpm","pacman"],
1212
icon: "build/icon.icns"
1313
},
1414
win: {

0 commit comments

Comments
 (0)