1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

[FL-3300] API version in UI (#2649)

* desktop, about: replaced commit# with API version
* scripts: storage: added approx speed for file uploads
* scripts: selfupdate: use folder name by default
* vscode: fixed broken get_blackmagic shell integration on *nix

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
hedger
2023-05-08 14:11:23 +03:00
committed by GitHub
parent f7dd77795a
commit 538f96f0ac
7 changed files with 35 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ class Main(App):
self.parser.add_argument("manifest_path", help="Manifest path")
self.parser.add_argument(
"--pkg_dir_name", help="Update dir name", default="pcbundle", required=False
"--pkg_dir_name", help="Update dir name", default=None, required=False
)
self.parser.set_defaults(func=self.install)