mirror of
https://github.com/NicolasConstant/sengi
synced 2025-01-21 21:28:22 +01:00
try fix for KDE
This commit is contained in:
parent
180f218eb0
commit
49c776a67c
@ -7,7 +7,7 @@ let win;
|
||||
|
||||
function createWindow() {
|
||||
// Create the browser window
|
||||
let icon = join(__dirname, '/assets/icons/png/512x512.png');
|
||||
let icon = join(__dirname, '/src/assets/icons/icon-512x512.png');
|
||||
if (process.platform === "win32") {
|
||||
icon = join(__dirname, '/assets/icons/win/icon.ico');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user