Skip to content

Commit

Permalink
Actually copy the VST3 dir on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
CrushedPixel committed Oct 11, 2024
1 parent d14ff46 commit b858db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ if(BUILD_VST3)
else()
add_custom_command(TARGET ${VST3_TARGET} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
$<TARGET_FILE_DIR:${VST3_TARGET}>
"${OUTPUT_DIR}/${PROJECT_NAME}.vst3"
)
endif()
Expand Down

0 comments on commit b858db7

Please sign in to comment.