mirror of
https://review.haiku-os.org/haiku
synced 2025-02-03 04:07:18 +01:00
265078a6df
Supports git: for now. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33695 a95241bf-73f2-0310-859d-f6bbb57e9c96
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
resource app_signature "application/x-vnd.Haiku-checkitout";
|
|
|
|
resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;
|
|
|
|
resource(1, "BEOS:FILE_TYPES") message
|
|
{
|
|
"types" = "application/x-vnd.Be.URL.svn",
|
|
"types" = "application/x-vnd.Be.URL.svn+ssh",
|
|
"types" = "application/x-vnd.Be.URL.git"
|
|
};
|
|
|