Add icon, size & name change

This commit is contained in:
GHOSCHT 2020-08-01 17:12:59 +02:00
parent 9e9245bbcc
commit 635d5bd978
2 changed files with 6 additions and 6 deletions

View file

@ -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);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB