haiku/src/bin/mountvolume.rdef
Jonas Sundström d0cab16b9f Make mountvolume a BApplication and set it as the preferred one for opening BFS and (for now) ISO images.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32275 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-08-12 13:54:28 +00:00

11 lines
240 B
Plaintext

resource app_signature "application/x-vnd.haiku-mountvolume";
resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;
resource(1, "BEOS:FILE_TYPES") message
{
"types" = "application/x-bfs-image",
"types" = "application/x-cd-image"
};