Files
haikuports/net-libs/webkit-gtk/additional-files/webprocess.rdef.in
Gerasim Troeglazov 76145d3f42 webkit-gtk: add recipe
2022-11-20 17:52:05 +10:00

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";