Unverified Commit f297ff56 authored by Jeremy Bokobza's avatar Jeremy Bokobza Committed by GitHub

Merge pull request #373 from D3m0nKingx/master

Fix electron-builder failing on linux .deb package
parents c34c8b0a d10bee5b
......@@ -6,10 +6,11 @@
},
"directories": {
"app": "dist",
"output": "app-builds"
"output": "app-builds",
"buildResources": "dist/assets/images"
},
"win": {
"icon": "dist/assets/images/breeze-logo",
"icon": "dist/assets/images",
"target": ["nsis"]
},
"linux": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment