From 40e8cea0a20ef4a3d27f36e3cfac2f9ddf01b019 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Sat, 18 Mar 2023 00:13:12 +0000 Subject: [PATCH] Update fap loader name in fbt --- scripts/distfap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/distfap.py b/scripts/distfap.py index 060fe26ff..df3c61025 100644 --- a/scripts/distfap.py +++ b/scripts/distfap.py @@ -53,7 +53,7 @@ class Main(App): return 0 storage.send_and_wait_eol( - f'loader open "Applications" {fap_dst_path}\r' + f'loader open "Apps" {fap_dst_path}\r' ) if len(result := storage.read.until(storage.CLI_EOL)):