Add icon, size & name change
This commit is contained in:
parent
9e9245bbcc
commit
635d5bd978
2 changed files with 6 additions and 6 deletions
|
@ -20,8 +20,8 @@ const installExtensions = async () => {
|
|||
};
|
||||
|
||||
crashReporter.start({
|
||||
productName: 'YourName',
|
||||
companyName: 'YourCompany',
|
||||
productName: 'GHOSCHTS Lamp control',
|
||||
companyName: 'GHOSCHT',
|
||||
submitURL: 'https://your-domain.com/url-to-submit',
|
||||
uploadToServer: false,
|
||||
});
|
||||
|
@ -40,14 +40,14 @@ app.on('ready', async () => {
|
|||
}
|
||||
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 1000,
|
||||
height: 800,
|
||||
minWidth: 640,
|
||||
minHeight: 480,
|
||||
width: 630,
|
||||
height: 370,
|
||||
resizable: false,
|
||||
show: false,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
},
|
||||
icon: path.join(__dirname, '../../dist-assets/icon.png'),
|
||||
});
|
||||
|
||||
mainWindow.setMenu(null);
|
||||
|
|
BIN
Dashboard/dist-assets/icon.png
Normal file
BIN
Dashboard/dist-assets/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Reference in a new issue