mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
first attempt to use cpack()
This commit is contained in:
@@ -74,7 +74,7 @@ void PluginManager::loadPluginsPart(const QString& pluginsSubDir)
|
||||
PluginsPath << applicationDirPath + "/lib/" + pluginsSubDir;
|
||||
#ifdef __APPLE__
|
||||
// on SDRAngel.app
|
||||
PluginsPath << applicationDirPath + "/../Frameworks/" + pluginsSubDir;
|
||||
PluginsPath << applicationDirPath + "/../Resources/lib/" + pluginsSubDir;
|
||||
#endif
|
||||
|
||||
// NOTE: exit on the first folder found
|
||||
|
||||
Reference in New Issue
Block a user