mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
* to start: eval 'dbus-launch —auto-syntax' ; /system/apps/PCManFM * crashes on exit * TODO: add icon for PCManFM
19 lines
263 B
Plaintext
19 lines
263 B
Plaintext
|
|
resource app_flags B_MULTIPLE_LAUNCH;
|
|
|
|
resource app_version {
|
|
major = @MAJOR@,
|
|
middle = @MIDDLE@,
|
|
minor = @MINOR@,
|
|
|
|
variety = B_APPV_FINAL,
|
|
internal = 0,
|
|
|
|
short_info = "PCManFM",
|
|
long_info = "@LONG_INFO@"
|
|
};
|
|
|
|
resource app_signature "@APP_SIGNATURE@";
|
|
|
|
|