File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ const createWindow = () => {
267267 mainWindow = new BrowserWindow ( {
268268 width : 1400 ,
269269 height : 800 ,
270+ icon : `${ __dirname } /imgs/rpeicon.png` ,
270271 webPreferences : {
271272 preload : path . join ( app . getAppPath ( ) , 'preload.js' ) ,
272273 nodeIntegration : true ,
Original file line number Diff line number Diff line change 2828 " node_modules/**/*" ,
2929 " package.json" ,
3030 " cleanup.js" ,
31+ " imgs/*" ,
3132 " projectFile.js"
3233 ],
3334 "directories" : {
3839 "from" : " backend/restapi_server.exe" ,
3940 "to" : " ./backend/restapi_server.exe"
4041 },
42+ {
43+ "from" : " backend/etc/devices" ,
44+ "to" : " ./backend/etc/devices"
45+ },
4146 {
4247 "from" : " backend/etc/device.xml" ,
4348 "to" : " ./backend/etc/device.xml"
You can’t perform that action at this time.
0 commit comments