-
-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
It would be great if we could specify the process and shortcut AppUserModelID, instead of it being hardcoded to velopack.AppName. We already have an AppUserModelID that we use across different apps and it would be nice if it was not tied to Velopack.
Describe the solution you'd like
Allow specifying the AppUserModelID as an argument to vpk.
Describe alternatives you've considered
Don't think there is any other alternative, other than accepting that the AppUserModelID will be velopack.AppName when using Velopack and changing other things to match it.
Additional context
velopack/src/lib-csharp/Util/CoreUtil.cs
Lines 35 to 38 in fa48e3c
| public static string GetAppUserModelId(string packageId) | |
| { | |
| return $"velopack.{packageId}"; | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request