Skip to content

Commit

Permalink
Add 7zip-bin dependency for Linux & macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxsoft committed Aug 19, 2017
1 parent 1caba18 commit c228462
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,19 @@
],
"mac": {
"category": "public.app-category.utilities",
"target": ["zip"]
"target": [
"zip"
]
},
"win": {
"target": ["7z"]
"target": [
"7z"
]
},
"linux": {
"target": ["zip"]
"target": [
"zip"
]
},
"directories": {
"buildResources": "resources"
Expand All @@ -50,6 +56,7 @@
"windows-caption-color": "0.0.6"
},
"devDependencies": {
"7zip-bin": "^2.2.3",
"babel-eslint": "^7.2.3",
"electron": "^1.7.5",
"electron-builder": "^19.22.1",
Expand Down

0 comments on commit c228462

Please sign in to comment.