Fix ApplicationUserModelID in the start menu shortcut
The application expected "com.squirrel.mattermost.Mattermost" due to electron-winstaller. But probably the package name, "mattermost-desktop" was used when creating the shortcut. This might affect the internal name of .deb package. Close #287
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "mattermost-desktop",
|
||||
"name": "mattermost",
|
||||
"productName": "Mattermost",
|
||||
"desktopName": "Mattermost.desktop",
|
||||
"version": "3.4.0",
|
||||
|
Reference in New Issue
Block a user