xref: /haiku/src/bin/mountvolume.rdef (revision 5e96d7d537fbec23bad4ae9b4c8e7b02e769f0c6)
1resource app_signature "application/x-vnd.haiku-mountvolume";
2
3resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;
4
5resource(1, "BEOS:FILE_TYPES") message
6{
7	"types" = "application/x-bfs-image",
8	"types" = "application/x-cd-image"
9};
10
11