Переименовал проект и добавил логотип

This commit is contained in:
alisagerasimova
2026-03-17 13:47:52 +03:00
parent fb5ec5e238
commit 0d85ac597b
8 changed files with 51 additions and 44 deletions
+2
View File
@@ -15,10 +15,12 @@ const createWindow = () => {
const mainWindow = new BrowserWindow({
width: width,
height: height,
icon: './public/images/logo.jpg',
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
},
});
mainWindow.menuBarVisible = false;
// and load the index.html of the app.
if (MAIN_WINDOW_VITE_DEV_SERVER_URL) {