mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(desktop): proper icon path
The previous value points to a file that no longer exists in the release builds. This file also only exists in the flake build.
This commit is contained in:
parent
a13e4d5d79
commit
c0b746e03f
@ -257,7 +257,7 @@ async function configureWebContents(webContents: WebContents, spellcheckEnabled:
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getIcon() {
|
function getIcon() {
|
||||||
return path.join(RESOURCE_DIR, "images/app-icons/png/256x256" + (isDev ? "-dev" : "") + ".png");
|
return path.join(RESOURCE_DIR, "../public/assets/icon.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
async function createSetupWindow() {
|
async function createSetupWindow() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user