mirror of
https://github.com/mgerb/ps-launcher
synced 2026-01-09 18:12:50 +00:00
app icon
This commit is contained in:
7
main.js
7
main.js
@@ -13,7 +13,12 @@ let mainWindow;
|
||||
|
||||
function createWindow() {
|
||||
// Create the browser window.
|
||||
mainWindow = new BrowserWindow({ width: 1200, height: 800, frame: false });
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 1200,
|
||||
height: 800,
|
||||
frame: false,
|
||||
icon: path.join(__dirname, './app/assets/icons/png/64x64.png'),
|
||||
});
|
||||
|
||||
// and load the index.html of the app.
|
||||
mainWindow.loadURL(
|
||||
|
||||
Reference in New Issue
Block a user