trigger CI/CD

This commit is contained in:
Nicolas Constant 2020-10-01 22:11:06 -04:00
parent c2f9c17189
commit 180f218eb0
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

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