Skip to content

Commit

Permalink
bug(file-extension): use csv instead of txt
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousWP committed Jan 13, 2025
1 parent c9eeed3 commit 57c3699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub const NAME: &str = "UAD-ng";
///
/// [More info](https://developer.android.com/tools/variables#adb)
pub const ANDROID_SERIAL: &str = "ANDROID_SERIAL";
pub const EXPORT_FILE_NAME: &str = "selection_export.txt";
pub const EXPORT_FILE_NAME: &str = "selection_export.csv";
pub const UNINSTALLED_PACKAGES_FILE_NAME: &str = "uninstalled_packages";

#[derive(Debug, Clone)]
Expand Down

0 comments on commit 57c3699

Please sign in to comment.