mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
fix building updater package (#1564)
This commit is contained in:
parent
a7316e7822
commit
ca23d0c207
1 changed files with 2 additions and 2 deletions
4
.vscode/example/tasks.json
vendored
4
.vscode/example/tasks.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue