Chat-O-Matic/application/ChatOMatic.rdef
Jaidyn Ann 866899eaad Get app name & signature from Make.pre/Make.post
It's useful to change the name and signature when you want to test
changes while using another instance of Chat-O-Matic.
2022-01-08 16:50:34 -06:00

19 lines
306 B
Plaintext

resource app_signature APP_SIGNATURE;
resource app_version {
major = 0,
middle = 0,
minor = 3,
variety = B_APPV_ALPHA,
internal = 0,
short_info = APP_NAME,
long_info = "©2009-2021 Chat-O-Matic, Caya, & IMKit Contributors"
};
resource app_flags B_SINGLE_LAUNCH;
resource file_types message;