Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit d1b64cb

Browse files
committed
update to electron-about-window 1.11.0
Fixes #770
1 parent d83c28e commit d1b64cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"colors": "^1.1.2",
3434
"columnify": "^1.5.4",
3535
"debug": "^3.1.0",
36-
"electron-about-window": "^1.8.0",
36+
"about-window": "^1.11.0",
3737
"electron-editor-context-menu": "^1.1.1",
3838
"es6-promise-pool": "^2.5.0",
3939
"expand-home-dir": "0.0.3",

app/plugins/welcome/about.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ const aboutWindow = () => { /* bringYourOwnWindow impl */
3232
root = path.join(__dirname, '..', '..'),
3333
settings = require(path.join(root, 'build', './config.json'))
3434

35-
const foo = require('electron-about-window').default({
35+
const foo = require('about-window').default({
36+
product_name: settings.productName,
3637
icon_path: path.join(root, settings.largeIcon),
3738
package_json_dir: path.join(root, 'build'),
3839
use_inner_html: true,

0 commit comments

Comments
 (0)