change icon path

This commit is contained in:
MathieuG-P
2022-07-03 17:10:02 +02:00
parent 5b29d90651
commit 79ef95f33c
+1 -1
View File
@@ -78,7 +78,7 @@ const createWindow = async () => {
minHeight: 500,
frame: false,
titleBarOverlay: false,
icon: getAssetPath('images/icon.png'),
icon: getAssetPath('icon.ico'),
webPreferences: {
preload: app.isPackaged
? path.join(__dirname, 'preload.js')