Skip to content

Commit

Permalink
fix building updater package (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX authored Aug 9, 2022
1 parent a7316e7 commit ca23d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/example/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ca23d0c

Please sign in to comment.