Debugger: Add core files to list of file types handled

Change-Id: I34fc9eba27519fd486c735da9d32d5c7b6f72e4f
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6266
Reviewed-by: waddlesplash <[email protected]>
Tested-by: Commit checker robot <[email protected]>
Tested-by: Automation <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Zardshard
2023-03-31 13:40:19 +00:00
committed by waddlesplash
parent 673bc1087f
commit bcbe43f8d3
+4
View File
@@ -3,6 +3,10 @@ resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.Haiku-Debugger";
resource app_name_catalog_entry "x-vnd.Haiku-Debugger:System name:Debugger";
resource file_types message {
"types" = "application/x-vnd.haiku-core-file"
};
resource app_version {
major = 1,
middle = 0,