MX 3 лет назад
Родитель
Сommit
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",
             "label": "[Release] Build update bundle",
             "group": "build",
             "group": "build",
             "type": "shell",
             "type": "shell",
-            "command": "./fbt update_package COMPACT=1 DEBUG=0"
+            "command": "./fbt updater_package COMPACT=1 DEBUG=0"
         },
         },
         {
         {
             "label": "[Debug] Build update bundle",
             "label": "[Debug] Build update bundle",
             "group": "build",
             "group": "build",
             "type": "shell",
             "type": "shell",
-            "command": "./fbt update_package"
+            "command": "./fbt updater_package"
         },
         },
         {
         {
             "label": "[Release] Build updater",
             "label": "[Release] Build updater",