mirror of
https://review.haiku-os.org/haiku
synced 2025-02-14 01:29:14 +01:00
11 lines
240 B
Plaintext
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"
|
||
|
};
|
||
|
|