Skip to content

Commit

Permalink
Merge pull request oslabs-beta#30 from choyeewinag/githubRelease
Browse files Browse the repository at this point in the history
QLens logo works for desktop icon inplace of electron logo
  • Loading branch information
Judanator authored Feb 24, 2021
2 parents 9605c2a + 396689b commit c222d9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
File renamed without changes
6 changes: 4 additions & 2 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"productName": "QLens",
"directories": {
"app": ".",
"output": "dist"
"output": "dist",
"buildResources": "build-res"
},
"files": [
"package.json",
Expand All @@ -15,7 +16,8 @@
"dist/index.html",
"dist/bundle.css",
"dist/main.js",
"app/qlens.json"
"app/qlens.json",
"build-res/icon.png"
],
"extraFiles": [
"credentials"
Expand Down

0 comments on commit c222d9b

Please sign in to comment.