From 4f82cf00d6bc033eaeab92ee999e958113b06711 Mon Sep 17 00:00:00 2001 From: cutls Date: Tue, 22 Jan 2019 01:24:37 +0900 Subject: [PATCH] fix some bugs(icon) --- app/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.js b/app/main.js index bb25ebdc..aeda3a18 100644 --- a/app/main.js +++ b/app/main.js @@ -59,7 +59,7 @@ function createWindow() { var platform=process.platform; var bit=process.arch; if(platform=="linux"){ - var arg={width:window_size.width,height:window_size.height,x:window_size.x,y:window_size.y,icon: __dirname + '/thedesk.png'} + var arg={width:window_size.width,height:window_size.height,x:window_size.x,y:window_size.y,icon: __dirname + '/desk.png'} }else{ var arg={width:window_size.width,height:window_size.height,x:window_size.x,y:window_size.y,simpleFullscreen:true} }