mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 16:50:06 +02:00
15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
|
|
resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;
|
|
|
|
resource app_version {
|
|
major = @MAJOR@,
|
|
middle = @MIDDLE@,
|
|
minor = @MINOR@,
|
|
variety = B_APPV_FINAL,
|
|
internal = 0,
|
|
short_info = "WebProcess",
|
|
long_info = "@LONG_INFO@"
|
|
};
|
|
|
|
resource app_signature "application/x-vnd.gtk-webkit-webprocess";
|