Skip to content

Commit

Permalink
Update app.js (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jul 19, 2023
1 parent 80ff3cc commit 6229eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ app.Application = class {
name: this._package.productName,
version: this._package.version,
date: this._package.date,
repository: 'https://github.com' + this._package.repository,
repository: 'https://github.com/' + this._package.repository,
platform: process.platform,
separator: path.sep,
titlebar: true // process.platform === 'darwin'
Expand Down

0 comments on commit 6229eba

Please sign in to comment.