File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 7
7
< script src ="libs/js/jquery/jquery-1.7.min.js "> </ script >
8
8
< link rel ="stylesheet " type ="text/css " href ="libs/js/clippy/build/clippy.css " media ="all ">
9
9
< script src ="libs/js/clippy/build/clippy.min.js "> </ script >
10
+ < link rel ="icon " href ="assets/icon/icon.png " type ="image/png ">
10
11
</ head >
11
12
< body >
12
13
< button id ="close-btn " class ="close "> </ button >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function modalWindowCreate(text = "") {
43
43
title : 'Clippy' ,
44
44
frame : false ,
45
45
transparent : true ,
46
- icon : __dirname + '/assets/icon/icon.ico' ,
46
+ icon : __dirname + '/assets/icon/icon.png'
47
47
} ) ;
48
48
49
49
modalWindow . loadURL ( 'data:text/html;charset=utf-8,' + encodeURIComponent ( `
@@ -97,7 +97,7 @@ function mainWindowCreate() {
97
97
} ,
98
98
transparent : true ,
99
99
frame : false ,
100
- icon : __dirname + '/assets/icon/icon.ico '
100
+ icon : __dirname + '/assets/icon/icon.png '
101
101
} ) ;
102
102
103
103
/*** * * ***/
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"test" : " electron ." ,
8
8
"start" : " electron ." ,
9
- "compile_win " : " electron-builder --win" ,
10
- "compile_win2 " : " electron-builder --win portable" ,
11
- "compile_linux " : " electron-packager . --platform=linux --ignore=/dist --icon=resources/app/ build/icon.ico"
9
+ "build_win " : " electron-builder --win" ,
10
+ "build_win_portable " : " electron-builder --win portable" ,
11
+ "build_linux " : " electron-packager . --platform=linux --ignore=/dist --icon=build/icon.ico"
12
12
},
13
13
"author" : " Rantouan Achmet" ,
14
14
"license" : " GPL-3.0" ,
You can’t perform that action at this time.
0 commit comments