Skip to content

Commit

Permalink
Dexed.vst3 is now a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jul 27, 2024
1 parent 4917541 commit a7cab76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PluginAudioProcessor::PluginAudioProcessor()

// Windows
if (juce::SystemStats::getOperatingSystemType() & juce::SystemStats::OperatingSystemType::Windows) {
pluginPath = "C:\\Program Files\\Common Files\\VST3\\Dexed.vst3";
pluginPath = "C:\\Program Files\\Common Files\\VST3\\Dexed.vst3\\Contents\\x86_64-win\\Dexed.vst3";
}

// MacOS
Expand Down

0 comments on commit a7cab76

Please sign in to comment.