archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / ob-xd / repos / community-x86_64 / use-global-path.patch
blobf0b67687b6c7dcd0329cf3d91c49df9f7bac02af
1 --- a/Source/PluginProcessor.cpp
2 +++ b/Source/PluginProcessor.cpp
3 @@ -838,7 +838,7 @@ File ObxdAudioProcessor::getCurrentBankFile() const
4 //==============================================================================
5 File ObxdAudioProcessor::getDocumentFolder() const
7 - File folder = File::getSpecialLocation(File::userDocumentsDirectory).getChildFile("discoDSP").getChildFile("OB-Xd");
8 + File folder = File::getSpecialLocation(File::globalApplicationsDirectory).getChildFile("share").getChildFile("ob-xd");
9 /*
10 if (! folder.exists())