Skip to content

Commit

Permalink
Window title, product name
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Oct 21, 2024
1 parent ee2a44c commit 8ff70ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@
"check-types": "tsc --noEmit -p ./src/app/src"
},
"build": {
"appId": "org.sienci.gsender",
"appId": "org.sienci.gsender-edge",
"extraMetadata": {
"main": "./main.js"
},
"extends": null,
"artifactName": "${name}-${version}-${arch}.${ext}",
"asar": false,
"asarUnpack": [],
"productName": "gSender",
"productName": "gSenderEdge",
"generateUpdatesFilesForAllChannels": true,
"npmRebuild": false,
"extraResources": [
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const main = () => {
minWidth: 550 / factor,
minHeight: 460 / factor,
useContentSize: true,
title: "gSender",
title: "gSender Edge",
parent: window,
};
// Hash router URL should look like '{url}/#/widget/:id'
Expand Down

0 comments on commit 8ff70ce

Please sign in to comment.