Add productName to package.json

This defines the display name of the packaged app. It can contain
spaces.

// FREEBIE
This commit is contained in:
lilia 2017-03-30 16:40:09 -07:00 committed by Scott Nonnenberg
parent b176bd756c
commit beb058aed6
No known key found for this signature in database
GPG Key ID: A4931C09644C654B
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"name": "signal-desktop",
"productName": "Signal",
"description": "Private messaging from your desktop",
"repository": "https://github.com/WhisperSystems/Signal-Desktop.git",
"version": "1.0.0",