From 096396fdce188936d8f1fccc5fbd929b7c99ff48 Mon Sep 17 00:00:00 2001 From: Siddharth Date: Sun, 9 Nov 2025 18:08:44 -0700 Subject: [PATCH] isc --- dist-electron/main.js | 1 + electron-builder.json5 | 4 ++-- electron/windows.ts | 1 + index.html | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) 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 @@ - Pangolin +