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 <waddlesplash@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Tested-by: Automation <automation@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
This commit is contained in:
Zardshard 2023-03-30 10:29:33 -04:00 committed by waddlesplash
parent 673bc1087f
commit bcbe43f8d3

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,