This commit is contained in:
Siddharth
2025-11-09 18:08:44 -07:00
parent ee8b64e590
commit 096396fdce
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -51,6 +51,7 @@ function createEditorWindow() {
resizable: true,
alwaysOnTop: false,
skipTaskbar: false,
title: "",
webPreferences: {
preload: path.join(__dirname$1, "preload.mjs"),
nodeIntegration: false,
+2 -2
View File
@@ -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}"
},
+1
View File
@@ -57,6 +57,7 @@ export function createEditorWindow(): BrowserWindow {
resizable: true,
alwaysOnTop: false,
skipTaskbar: false,
title: '',
webPreferences: {
preload: path.join(__dirname, 'preload.mjs'),
nodeIntegration: false,
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pangolin</title>
<title></title>
</head>
<body>
<div id="root"></div>