Skip to content

Commit c222d9b

Browse files
authored
Merge pull request #30 from choyeewinag/githubRelease
QLens logo works for desktop icon inplace of electron logo
2 parents 9605c2a + 396689b commit c222d9b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

electron-builder.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"productName": "QLens",
55
"directories": {
66
"app": ".",
7-
"output": "dist"
7+
"output": "dist",
8+
"buildResources": "build-res"
89
},
910
"files": [
1011
"package.json",
@@ -15,7 +16,8 @@
1516
"dist/index.html",
1617
"dist/bundle.css",
1718
"dist/main.js",
18-
"app/qlens.json"
19+
"app/qlens.json",
20+
"build-res/icon.png"
1921
],
2022
"extraFiles": [
2123
"credentials"

0 commit comments

Comments
 (0)