Skip to content

Commit

Permalink
fixed archive
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Apr 18, 2018
1 parent af154b1 commit 8f5c631
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 @@ -114,7 +114,7 @@ add_custom_command(OUTPUT ${ARCHIVE_PATH}

if(MAC)
add_custom_command(OUTPUT ${ARCHIVE_PATH}.zip
COMMAND ${CMAKE_COMMAND} -E copy_directory $<TARGET_FILE:${target}> ${ARCHIVE_PATH}/ABSwitch.vst3
COMMAND ${CMAKE_COMMAND} -E copy_directory ${VST3_OUTPUT_DIR}/${target}.${VST3_EXTENSION} ${ARCHIVE_PATH}/ABSwitch.vst3
DEPENDS ${target}
DEPENDS ${ARCHIVE_PATH}
WORKING_DIRECTORY archive
Expand Down

0 comments on commit 8f5c631

Please sign in to comment.