Merge branch 'fz-dev' into dev

This commit is contained in:
MX 2022-08-09 17:09:53 +03:00
commit 419b51dc80
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5

View file

@ -55,13 +55,13 @@
"label": "[Release] Build update bundle",
"group": "build",
"type": "shell",
"command": "./fbt update_package COMPACT=1 DEBUG=0"
"command": "./fbt updater_package COMPACT=1 DEBUG=0"
},
{
"label": "[Debug] Build update bundle",
"group": "build",
"type": "shell",
"command": "./fbt update_package"
"command": "./fbt updater_package"
},
{
"label": "[Release] Build updater",