Skip to content

Commit a8569c3

Browse files
committed
Nitpick: Fix comment on plugin copy location for macOS
1 parent 1eb5879 commit a8569c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ juce_add_plugin("${PROJECT_NAME}"
6464
COMPANY_NAME "${COMPANY_NAME}"
6565
BUNDLE_ID "${BUNDLE_ID}"
6666

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

7070
# Change me!

0 commit comments

Comments
 (0)