mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +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',
|
||||
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