build: Codesign MacOS app bundle to avoid "from unidentified developer" warning
fortune cookie message = Der Stern des Reichtums wird in Kürze auf dich scheinen
This commit is contained in:
@@ -369,7 +369,7 @@ std::vector<FilePath> ApplicationSettings::getRecentProjects() const
|
||||
}
|
||||
else
|
||||
{
|
||||
recentProjects.push_back(UserPaths::getSampleProjectsPath().concat(project));
|
||||
recentProjects.push_back(UserPaths::getUserDataPath().concat(project));
|
||||
}
|
||||
}
|
||||
return recentProjects;
|
||||
|
||||
Reference in New Issue
Block a user