Skip to content

Commit

Permalink
update build options
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed Jun 24, 2020
1 parent 28a80c7 commit 7afbca5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ matrix:
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder

- os: linux
dist: bionic
services: docker
language: generic

Expand All @@ -34,6 +35,6 @@ script:
before_cache:
- rm -rf $HOME/.cache/electron-builder/wine

branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
# branches:
# except:
# - "/^v\\d+\\.\\d+\\.\\d+$/"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"build": {
"appId": "org.jsxc.desktop",
"productName": "JSXC Desktop",
"asar": true,
"linux": {
"category": "Network",
Expand All @@ -44,7 +45,7 @@
"category": "public.app-category.social-networking",
"icon": "assets/icons/mac/icon.icns",
"target": [
"default"
"dmg"
]
},
"win": {
Expand Down

0 comments on commit 7afbca5

Please sign in to comment.