From ca23d0c207a2ac2f52885686e61f893d332c515f Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 9 Aug 2022 15:16:09 +0300 Subject: [PATCH] fix building updater package (#1564) --- .vscode/example/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/example/tasks.json b/.vscode/example/tasks.json index c124305c..32efa006 100644 --- a/.vscode/example/tasks.json +++ b/.vscode/example/tasks.json @@ -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",