mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
20 lines
371 B
Plaintext
20 lines
371 B
Plaintext
|
resource app_signature "application/x-vnd.haiku.jam-cacheserver";
|
||
|
|
||
|
resource file_types message
|
||
|
{
|
||
|
"types" = "application/octet-stream"
|
||
|
};
|
||
|
|
||
|
resource app_version
|
||
|
{
|
||
|
major = 1,
|
||
|
middle = 0,
|
||
|
minor = 0,
|
||
|
variety = B_APPV_FINAL,
|
||
|
internal = 1,
|
||
|
short_info = "StatCacheServer",
|
||
|
long_info = "StatCacheServer 1.0.0 for Jam ©2004 Haiku"
|
||
|
};
|
||
|
|
||
|
resource app_flags B_BACKGROUND_APP;
|