trigger CI/CD
This commit is contained in:
parent
c2f9c17189
commit
180f218eb0
|
@ -6,7 +6,7 @@ const { app, Menu, MenuItem, BrowserWindow, shell } = require("electron");
|
|||
let win;
|
||||
|
||||
function createWindow() {
|
||||
// Create the browser window.
|
||||
// Create the browser window
|
||||
let icon = join(__dirname, '/assets/icons/png/512x512.png');
|
||||
if (process.platform === "win32") {
|
||||
icon = join(__dirname, '/assets/icons/win/icon.ico');
|
||||
|
|
Loading…
Reference in New Issue