try fix for KDE

This commit is contained in:
Nicolas Constant 2020-10-01 23:04:18 -04:00
parent 180f218eb0
commit 49c776a67c
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}