Random cleanup

This commit is contained in:
Willy-JL
2023-07-21 23:37:21 +02:00
parent 753485d682
commit 81c4865f48
6 changed files with 6 additions and 159 deletions

View File

@@ -172,13 +172,13 @@
"label": "[Debug] Build and upload all FAPs to Flipper over USB",
"group": "build",
"type": "shell",
"command": "./fbt faps_copy"
"command": "./fbt fap_deploy"
},
{
"label": "[Release] Build and upload all FAPs to Flipper over USB",
"group": "build",
"type": "shell",
"command": "./fbt COMPACT=1 DEBUG=0 faps_copy"
"command": "./fbt COMPACT=1 DEBUG=0 fap_deploy"
},
{
// Press Ctrl+] to quit
@@ -187,7 +187,7 @@
"command": "./fbt cli",
"group": "none",
"isBackground": true,
"options": {
"options": {
"env": {
"FBT_NO_SYNC": "0"
}