File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- mod tauri_commands ;
1+ mod tasks ;
22
33#[ cfg( all( test, not( target_os = "android" ) ) ) ]
44mod desktop_test;
@@ -15,15 +15,15 @@ pub fn run() {
1515 . plugin ( tauri_plugin_android_fs:: init ( ) )
1616 . plugin ( tauri_plugin_safe_area_insets_css:: init ( ) )
1717 . invoke_handler ( tauri:: generate_handler![
18- tauri_commands :: file_system_stuff:: build_file_tree,
18+ tasks :: file_system_stuff:: build_file_tree,
1919 #[ cfg( target_os = "android" ) ]
20- tauri_commands :: file_system_stuff:: android:: rename_file_android,
20+ tasks :: file_system_stuff:: android:: rename_file_android,
2121 #[ cfg( target_os = "android" ) ]
22- tauri_commands :: file_system_stuff:: android:: move_file_android,
22+ tasks :: file_system_stuff:: android:: move_file_android,
2323 #[ cfg( target_os = "android" ) ]
24- tauri_commands :: file_system_stuff:: android:: rename_directory_android,
24+ tasks :: file_system_stuff:: android:: rename_directory_android,
2525 #[ cfg( target_os = "android" ) ]
26- tauri_commands :: file_system_stuff:: android:: move_directory_android
26+ tasks :: file_system_stuff:: android:: move_directory_android
2727 ] )
2828 . setup ( |app| {
2929 if cfg ! ( debug_assertions) {
File renamed without changes.
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments