[cmds] Allow running of tauri in beta
This commit is contained in:
@@ -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"),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user