flake: fix Electron version, fix Wayland support, fix source filter (#2329)

This commit is contained in:
Elian Doran
2025-06-17 21:33:45 +03:00
committed by GitHub
2 changed files with 18 additions and 7 deletions

View File

@@ -257,7 +257,7 @@ async function configureWebContents(webContents: WebContents, spellcheckEnabled:
}
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() {