Skip to content

Commit

Permalink
Merge pull request #133 from tadmn/plugin-copy-location-comment
Browse files Browse the repository at this point in the history
Nitpick: Fix comment on plugin copy location for macOS
  • Loading branch information
sudara authored Jan 18, 2025
2 parents 1eb5879 + a8569c3 commit c86119f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ juce_add_plugin("${PROJECT_NAME}"
COMPANY_NAME "${COMPANY_NAME}"
BUNDLE_ID "${BUNDLE_ID}"

# On MacOS, plugin is copied to ~/Users/yourname/Library/Audio/Plug-Ins/
# On MacOS, plugin is copied to /Users/yourname/Library/Audio/Plug-Ins/
COPY_PLUGIN_AFTER_BUILD TRUE

# Change me!
Expand Down

0 comments on commit c86119f

Please sign in to comment.