Change resource locations

This commit is contained in:
jely2002
2020-04-03 20:30:51 +02:00
parent 3a5cc1df4e
commit f889cc8bb8
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ function createWindow () {
height: 500, //550
resizable: false,
frame: false,
icon: "bin/icon-light.png",
icon: "img/icon-light.png",
webPreferences: {
nodeIntegration: true
}

View File

@@ -10,7 +10,7 @@ new customTitlebar.Titlebar({
shadow: true,
titleHorizontalAlignment: "left",
enableMnemonics: false,
icon: "bin/icon-light.png"
icon: "img/icon-light.png"
})
$(document).ready(function () {