update packagerConfig for icon
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-04-15 19:20:32 +02:00
parent 2cadf66da7
commit 1108c2be76

View File

@@ -29,7 +29,9 @@
},
"config": {
"forge": {
"packagerConfig": {},
"packagerConfig": {
"icon": "./favicon.ico"
},
"makers": [
{
"name": "@electron-forge/maker-zip",
@@ -60,4 +62,4 @@
]
}
}
}
}