diff --git a/dist-electron/main.js b/dist-electron/main.js index 779e3563..3b65ece2 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 5aa3cc19..e347212f 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 962f3090..d1d7137d 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 b3970707..ce1c274a 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ -