Use app interface to get the version
This commit is contained in:
parent
eb6aed421a
commit
07d8b862db
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -150,7 +150,7 @@ function createWindow () {
|
|||
slashes: true,
|
||||
query: {
|
||||
locale: localeName,
|
||||
version: package_json.version,
|
||||
version: app.getVersion(),
|
||||
buildExpiration: config.get('buildExpiration'),
|
||||
serverUrl: config.get('serverUrl'),
|
||||
environment: environment,
|
||||
|
|
Loading…
Reference in a new issue