[cmds] Allow running of tauri in beta

This commit is contained in:
Vladimir Stoilov
2024-07-08 09:22:11 +03:00
parent a84bbf4262
commit 0b72e99edd
4 changed files with 126 additions and 3321 deletions

View File

@@ -57,6 +57,7 @@ func MandatoryUpdates() (identifiers []string) {
PlatformIdentifier("start/portmaster-start.exe"),
PlatformIdentifier("notifier/portmaster-notifier.exe"),
PlatformIdentifier("notifier/portmaster-wintoast.dll"),
PlatformIdentifier("app2/portmaster.exe"),
)
} else {
identifiers = append(
@@ -64,6 +65,7 @@ func MandatoryUpdates() (identifiers []string) {
PlatformIdentifier("core/portmaster-core"),
PlatformIdentifier("start/portmaster-start"),
PlatformIdentifier("notifier/portmaster-notifier"),
PlatformIdentifier("app2/portmaster"),
)
}