WhatsNew: Save build creation time, use as displayed date
This commit is contained in:
parent
240585ef94
commit
29a3a2ac58
6 changed files with 9 additions and 3 deletions
1
main.js
1
main.js
|
@ -253,6 +253,7 @@ function prepareUrl(
|
|||
name: packageJson.productName,
|
||||
locale: locale.name,
|
||||
version: app.getVersion(),
|
||||
buildCreation: config.get('buildCreation'),
|
||||
buildExpiration: config.get('buildExpiration'),
|
||||
serverUrl: config.get('serverUrl'),
|
||||
storageUrl: config.get('storageUrl'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue