Save application and system information in the log file under all commands not just dump.

This commit is contained in:
2025-08-19 15:51:40 +01:00
parent 37e09dddf7
commit 86d794213a
8 changed files with 61 additions and 46 deletions

View File

@@ -6105,5 +6105,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Unable_to_get_separate_tracks_not_checksumming_them", resourceCulture);
}
}
public static string Running_in_0_architecture {
get {
return ResourceManager.GetString("Running_in_0_architecture", resourceCulture);
}
}
}
}