mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
chore(dx/electron): different window icon
This commit is contained in:
@@ -257,8 +257,12 @@ async function configureWebContents(webContents: WebContents, spellcheckEnabled:
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getIcon() {
|
function getIcon() {
|
||||||
|
if (process.env.NODE_ENV === "development") {
|
||||||
|
return path.join(__dirname, "../../../desktop/electron-forge/app-icon/png/256x256-dev.png");
|
||||||
|
} else {
|
||||||
return path.join(RESOURCE_DIR, "../public/assets/icon.png");
|
return path.join(RESOURCE_DIR, "../public/assets/icon.png");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
async function createSetupWindow() {
|
async function createSetupWindow() {
|
||||||
const { BrowserWindow } = await import("electron"); // should not be statically imported
|
const { BrowserWindow } = await import("electron"); // should not be statically imported
|
||||||
|
|||||||
Reference in New Issue
Block a user