Files
haikuports/sys-block/partitionmanager/additional-files/partitionmanager.rdef.in
Sergei Reznikov 559be6318e Partition Manager: add recipe for version 3.3.1
* disabled for now as it doesn't list any partitions.
* kpmcore package (sfdisk backend) should probably be patched to search for /dev/disk/* partitions on Haiku.
2018-05-13 14:32:44 +03:00

17 lines
289 B
Plaintext

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