Skip to content

Commit

Permalink
Merge pull request #42 from Spatchy/bug/app-icon-is-default-electron
Browse files Browse the repository at this point in the history
fix app icon showing electron logo in some places
  • Loading branch information
Spatchy authored Mar 30, 2023
2 parents 8d0e747 + adaa827 commit d728159
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
const path = require("path")

module.exports = {
packagerConfig: {},
packagerConfig: {
icon: path.join(__dirname, "logo.ico")
},
rebuildConfig: {},
makers: [
{
Expand Down

0 comments on commit d728159

Please sign in to comment.