mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix icon
This commit is contained in:
parent
4f06b6de78
commit
df751f5d67
@ -62,7 +62,7 @@ async function createMainWindow() {
|
||||
}
|
||||
|
||||
function getIcon() {
|
||||
return path.join(__dirname, 'images/app-icons/png/256x256' + (env.isDev() ? '-dev' : '') + '.png');
|
||||
return path.join(__dirname, '../../images/app-icons/png/256x256' + (env.isDev() ? '-dev' : '') + '.png');
|
||||
}
|
||||
|
||||
async function createSetupWindow() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user