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