Other: Add launcher flag to ensure bridge starts

This commit is contained in:
James Houlahan
2022-10-12 15:22:02 +02:00
parent 89e07921f1
commit da33a6c48c
3 changed files with 32 additions and 7 deletions

View File

@ -43,7 +43,7 @@ var (
KeyChainName = "bridge"
// Version of the build.
Version = "2.4.0+git"
Version = "2.4.1+git"
// AppVersion is the full rendered version of the app (to be used in request headers).
AppVersion = getAPIOS() + cases.Title(language.Und).String(ConfigName) + "_" + Version