Skip to content

Commit

Permalink
re-enable copy plugin step, so we can see if the previous logic worked πŸ™„
Browse files Browse the repository at this point in the history
  • Loading branch information
vberthiaume committed Feb 10, 2025
1 parent 1ce067d commit d049038
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ControlGris.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,10 @@
</LINUX_MAKE>
<VS2022 targetFolder="Builds/VisualStudio2022">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" vst3BinaryLocation="C:\Program Files\Common Files\VST3"/>
<CONFIGURATION isDebug="0" name="Release" vst3BinaryLocation="C:\Program Files\Common Files\VST3"/>
<CONFIGURATION isDebug="1" name="Debug" vst3BinaryLocation="C:\Program Files\Common Files\VST3"
enablePluginBinaryCopyStep="1"/>
<CONFIGURATION isDebug="0" name="Release" vst3BinaryLocation="C:\Program Files\Common Files\VST3"
enablePluginBinaryCopyStep="1"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_audio_basics"/>
Expand Down

0 comments on commit d049038

Please sign in to comment.