diff --git a/dist-electron/main.js b/dist-electron/main.js index 779e356..3b65ece 100644 --- a/dist-electron/main.js +++ b/dist-electron/main.js @@ -51,6 +51,7 @@ function createEditorWindow() { resizable: true, alwaysOnTop: false, skipTaskbar: false, + title: "", webPreferences: { preload: path.join(__dirname$1, "preload.mjs"), nodeIntegration: false, diff --git a/electron-builder.json5 b/electron-builder.json5 index 5aa3cc1..e347212 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -1,9 +1,9 @@ // @see - https://www.electron.build/configuration/configuration { "$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json", - "appId": "YourAppID", + "appId": "com.siddharthvaddem.pangolin", "asar": true, - "productName": "YourAppName", + "productName": "Pangolin", "directories": { "output": "release/${version}" }, diff --git a/electron/windows.ts b/electron/windows.ts index 962f309..d1d7137 100644 --- a/electron/windows.ts +++ b/electron/windows.ts @@ -57,6 +57,7 @@ export function createEditorWindow(): BrowserWindow { resizable: true, alwaysOnTop: false, skipTaskbar: false, + title: '', webPreferences: { preload: path.join(__dirname, 'preload.mjs'), nodeIntegration: false, diff --git a/index.html b/index.html index b397070..ce1c274 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ -