1 2resource app_signature "application/x-vnd.Haiku-PackageInstaller"; 3 4resource file_types message { 5 "types" = "application/x-scode-UPkg" 6}; 7 8resource app_version { 9 major = 0, 10 middle = 2, 11 minor = 0, 12 13 variety = B_APPV_ALPHA, 14 15 internal = 0, 16 17 short_info = "Package Installer", 18 long_info = "Package Installer ©2007 Haiku, Inc." 19}; 20 21resource app_flags B_SINGLE_LAUNCH; 22 23