Tweaks for packaging
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
9d339cb48b
commit
919196611f
3 changed files with 69 additions and 10 deletions
|
|
@ -151,10 +151,10 @@ struct Initializer
|
|||
// If source code dir does not exist use install target prefix as system dir
|
||||
else
|
||||
#endif
|
||||
if (system::exists(CARDINAL_PLUGIN_PREFIX "/share/Cardinal"))
|
||||
if (system::exists(CARDINAL_PLUGIN_PREFIX "/share/cardinal"))
|
||||
{
|
||||
asset::bundlePath = CARDINAL_PLUGIN_PREFIX "/share/Cardinal/PluginManifests";
|
||||
asset::systemDir = CARDINAL_PLUGIN_PREFIX "/share/Cardinal";
|
||||
asset::bundlePath = CARDINAL_PLUGIN_PREFIX "/share/cardinal/PluginManifests";
|
||||
asset::systemDir = CARDINAL_PLUGIN_PREFIX "/share/cardinal";
|
||||
templatePath = system::join(asset::systemDir, "template.vcv");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue