Skip to content
This repository was archived by the owner on Sep 17, 2020. It is now read-only.

Commit 8a590c7

Browse files
committed
more build fixes:
- use later osx image for travis - use only appimage build in linux
1 parent b0eb4e3 commit 8a590c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ matrix:
55
node_js:
66
- "10"
77
- os: osx
8+
osx_image: xcode10.2
89
language: node_js
910
node_js:
1011
- "10"

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@
5454
"target": "dmg"
5555
},
5656
"linux": {
57-
"category": "Archiving;Utility;"
57+
"category": "Archiving;Utility;",
58+
"target": [
59+
"AppImage"
60+
]
5861
},
5962
"win": {
6063
"target": "portable"

0 commit comments

Comments
 (0)