finally working account switcher

This commit is contained in:
Kima
2023-05-27 13:04:45 +02:00
parent 08faa694f2
commit eb529f9050
2 changed files with 8 additions and 3 deletions

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"request": "launch",
"type": "dart",
"toolArgs": [
"--dart-define=APPVER=$(cat pubspec.yaml | grep version: | cut -d' ' -f2 | cut -d+ -f1)"
"--dart-define=APPVER=$(cat pubspec.yaml | grep version: | cut -d' ' -f2 | cut -d+ -f1) --release"
]
}
]