
Instead of computing the mime signature and giving this to the catalog system, give an entry_ref instead. The default catalog add-on can thus look at the right place when searching local catalogs (embedded as resources, or stored as files next to the executable. * This allows different versions of the same app to each have their own catalog set, * And also make the embedded/local catalog searching work for add-ons and libs, instead it only worked for apps because of a getAppInfo call. Fix cpufrequency to make use of it properly (that wouldhave worked without the change, but nowit's mandatory, since loading a catlog by mimesignature is not possible anymore). Should fix #8037. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43021 a95241bf-73f2-0310-859d-f6bbb57e9c96
15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
resource app_version {
|
|
major = 1,
|
|
middle = 0,
|
|
minor = 0,
|
|
|
|
variety = B_APPV_ALPHA,
|
|
|
|
internal = 7,
|
|
|
|
short_info = "Walter",
|
|
long_info = "©2001-2011 Haiku Inc."
|
|
};
|
|
|
|
resource app_signature "application/x-vnd.Haiku-libbe" ;
|