mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 06:40:50 +08:00
Set up application icon
This commit is contained in:
parent
c0c5e30898
commit
ddfa0d0749
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ module.exports = {
|
||||||
{
|
{
|
||||||
name: '@electron-forge/maker-squirrel',
|
name: '@electron-forge/maker-squirrel',
|
||||||
config: {
|
config: {
|
||||||
setupIcon: "./images/app-icons/win/icon.ico"
|
setupIcon: "./images/app-icons/win/icon.ico",
|
||||||
|
icon: "./images/app-icons/win/icon.ico"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue