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