mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	flake: fix Electron version, fix Wayland support, fix source filter (#2329)
This commit is contained in:
		| @@ -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() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user