mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
resource app_flags B_SINGLE_LAUNCH;
|
|
|
|
resource app_version {
|
|
major = @MAJOR@,
|
|
middle = @MIDDLE@,
|
|
minor = @MINOR@,
|
|
|
|
variety = B_APPV_FINAL,
|
|
|
|
short_info = "FPCUPdeluxe",
|
|
long_info = "@LONG_INFO@"
|
|
};
|
|
|
|
resource app_signature "application/x-vnd.fpcupdeluxe";
|
|
|