update linux icon name
This commit is contained in:
parent
6bc9f6247a
commit
8e814d06eb
|
@ -58,7 +58,7 @@ async function build() {
|
||||||
},
|
},
|
||||||
linux: {
|
linux: {
|
||||||
category: 'Finance',
|
category: 'Finance',
|
||||||
icon: path.join(config.path.electron, 'icons/icon.png'),
|
icon: path.join(config.path.electron, 'icons/256x256.png'),
|
||||||
compression
|
compression
|
||||||
},
|
},
|
||||||
// IMPORTANT: Prevents from auto publishing to GitHub in CI environments
|
// IMPORTANT: Prevents from auto publishing to GitHub in CI environments
|
||||||
|
|
Loading…
Reference in New Issue