mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Ghostwriter is a text editor, it doesn't open images... Improved summary and description.
30 lines
726 B
Plaintext
30 lines
726 B
Plaintext
|
|
resource app_flags B_MULTIPLE_LAUNCH;
|
|
|
|
resource app_version {
|
|
major = @MAJOR@,
|
|
middle = @MIDDLE@,
|
|
minor = @MINOR@,
|
|
|
|
variety = B_APPV_FINAL,
|
|
internal = 0,
|
|
|
|
short_info = "Ghostwriter",
|
|
long_info = "@LONG_INFO@"
|
|
};
|
|
|
|
resource app_signature "@APP_SIGNATURE@";
|
|
|
|
resource file_types message {
|
|
"types" = "text"
|
|
};
|
|
|
|
resource vector_icon {
|
|
$"6E63696603050005FF03786868040407BF2F3F25292556255B3D5B355B45554E"
|
|
$"574953535C5A3B57465A3054243E244824253E250407BE2F3F28573C57285749"
|
|
$"514E514951535457415545553D55283E284C28283F2802043432373230322E3B"
|
|
$"2E332E413442304237423A3A3A413A3302044057C34557BC3A5730593155B885"
|
|
$"CD204A5EC0365EC7415E5857CAE3CC105755050A020103000A000100000A0101"
|
|
$"01000A00010220211E0A00010220321E"
|
|
};
|