Skip to content

Commit

Permalink
feat(electron): add nice title for app and window
Browse files Browse the repository at this point in the history
  • Loading branch information
mrMetalWood committed Aug 25, 2020
1 parent 1315c48 commit 14d27f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"buildResources": "electron-resources"
},
"appId": "com.ubilabs.esa.cfs",
"productName": "ESA – Climate from Space",
"files": ["./dist-src-electron/*", "./dist/**/*"],
"win": {
"target": "portable"
Expand Down
1 change: 1 addition & 0 deletions src/electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function createWindow() {
const window = new BrowserWindow({
width: 1400,
height: 800,
title: 'ESA – Climate from Space',
webPreferences: {
nodeIntegration: false,
contextIsolation: true,
Expand Down

0 comments on commit 14d27f7

Please sign in to comment.