Преглед на файлове

fix building updater package (#1564)

MX преди 3 години
родител
ревизия
ca23d0c207
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .vscode/example/tasks.json

+ 2 - 2
.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",