Files
haikuports/app-emulation/aqemu/additional-files/aqemu.rdef.in
Sergei Reznikov 4f83f6d600 AQEMU: add recipe for version 0.9.2
* disabled as it can't find its resources and generally needs a bit of work
2017-12-05 10:06:03 +03:00

18 lines
272 B
Plaintext

resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY;
resource app_version {
major = @MAJOR@,
middle = @MIDDLE@,
minor = @MINOR@,
variety = B_APPV_FINAL,
internal = 0,
short_info = "AQEMU",
long_info = "@LONG_INFO@"
};
resource app_signature "@APP_SIGNATURE@";