mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
Tidy up all applications data and resources paths
This commit is contained in:
2
applications/external/picopass/picopass.c
vendored
2
applications/external/picopass/picopass.c
vendored
@@ -201,7 +201,7 @@ void picopass_show_loading_popup(void* context, bool show) {
|
||||
|
||||
static void picopass_migrate_from_old_folder() {
|
||||
Storage* storage = furi_record_open(RECORD_STORAGE);
|
||||
storage_common_migrate(storage, "/ext/picopass", STORAGE_APP_DATA_PATH_PREFIX);
|
||||
storage_common_migrate(storage, EXT_PATH("picopass"), STORAGE_APP_DATA_PATH_PREFIX);
|
||||
furi_record_close(RECORD_STORAGE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user