mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01: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:
		@@ -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() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user