WhatsNew: Save build creation time, use as displayed date

This commit is contained in:
Scott Nonnenberg 2021-09-13 12:00:32 -07:00 committed by GitHub
parent 240585ef94
commit 29a3a2ac58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 3 deletions

View file

@ -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'),