Unverified Commit 1ea09779 authored by D3m0nKingx's avatar D3m0nKingx Committed by GitHub

Update electron-builder.json

Provide correct path to build icons. The path must be a directory and not pointed to a filename.
parent c34c8b0a
......@@ -7,9 +7,10 @@
"directories": {
"app": "dist",
"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