xref: /haiku/src/bin/mountvolume.rdef (revision 21258e2674226d6aa732321b6f8494841895af5f)
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