Skip to content

Commit

Permalink
Update appsupport.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Jan 27, 2025
1 parent 1bf7120 commit 5c6fd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/appsupport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ const QString AppSupport::getAppExPresetsPath()
QString path1 = getAppPath();
QString path2 = path1;
path1.append(QString::fromUtf8("/plugins/expressions"));
path2.append(QString::fromUtf8("/../share/plugins/presets/expressions"));
path2.append(QString::fromUtf8("/../share/friction/plugins/expressions"));
if (QFile::exists(path1)) { return path1; }
if (QFile::exists(path2)) { return path2; }
return QString();
Expand Down

0 comments on commit 5c6fd25

Please sign in to comment.