mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
change icon path
This commit is contained in:
+1
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user