xref: /haiku/src/apps/powerstatus/PowerStatus.rdef (revision 1acbe440b8dd798953bec31d18ee589aa3f71b73)
1
2resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.Haiku-PowerStatus";
3
4resource app_flags B_SINGLE_LAUNCH;
5
6resource app_version {
7	major  = 1,
8	middle = 0,
9	minor  = 0,
10
11	variety = B_APPV_DEVELOPMENT,
12	internal = 0,
13
14	short_info = "PowerStatus",
15	long_info = "PowerStatus ©2006 Haiku"
16};
17
18