Skip to content

Commit c466a54

Browse files
committed
updated app icon
1 parent ee41cb9 commit c466a54

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

favicon.ico

-15 KB
Binary file not shown.

forge.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
packagerConfig: {
33
// set config executableName
44
executableName: "wlgate",
5-
icon: './favicon.ico',
5+
icon: './icon',
66
asar: true,
77
},
88
publishers: [
@@ -21,7 +21,7 @@ module.exports = {
2121
makers: [
2222
{
2323
name: '@electron-forge/maker-squirrel',
24-
config: { icon: "./favicon.ico", maintainer: 'DJ7NT', loadingGif: "loading.gif", name: "WLGate_by_DJ7NT" },
24+
config: { icon: "./icon.png", maintainer: 'DJ7NT', loadingGif: "loading.gif", name: "WLGate_by_DJ7NT" },
2525
},
2626
{
2727
name: '@electron-forge/maker-dmg',

icon.icns

75.1 KB
Binary file not shown.

icon.png

33 KB
Loading

0 commit comments

Comments
 (0)