Skip to content

Commit

Permalink
Remove installs of ADMPresets
Browse files Browse the repository at this point in the history
  • Loading branch information
firthm01 committed Jan 8, 2025
1 parent ab75c06 commit cca6d6d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
12 changes: 0 additions & 12 deletions packaging/install_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@
<InstallItem Source="UserPlugins/reaper_adm.dylib">
<MacOS Destination="[USERPLUGINS-INSTALL-DIR]/reaper_adm.dylib"/>
</InstallItem>
<InstallItem Source="UserPlugins/ADMPresets/FB360/ambix1stOrder.vstpreset">
<MacOS Destination="[USERPLUGINS-INSTALL-DIR]/ADMPresets/FB360/ambix1stOrder.vstpreset"/>
<Windows Destination="[USERPLUGINS-INSTALL-DIR]/ADMPresets/FB360/ambix1stOrder.vstpreset"/>
</InstallItem>
<InstallItem Source="UserPlugins/ADMPresets/FB360/ambix2ndOrder.vstpreset">
<MacOS Destination="[USERPLUGINS-INSTALL-DIR]/ADMPresets/FB360/ambix2ndOrder.vstpreset"/>
<Windows Destination="[USERPLUGINS-INSTALL-DIR]/ADMPresets/FB360/ambix2ndOrder.vstpreset"/>
</InstallItem>
<InstallItem Source="UserPlugins/ADMPresets/FB360/FuMa1stOrder.vstpreset">
<MacOS Destination="[USERPLUGINS-INSTALL-DIR]/ADMPresets/FB360/FuMa1stOrder.vstpreset"/>
<Windows Destination="[USERPLUGINS-INSTALL-DIR]/ADMPresets/FB360/FuMa1stOrder.vstpreset"/>
</InstallItem>
<InstallItem Source="VST3/ADM Export Source.vst3">
<MacOS Destination="[VST3-INSTALL-DIR]/ADM Export Source.vst3"/>
<Windows Destination="[VST3-INSTALL-DIR]/ADM Export Source.vst3"/>
Expand Down
4 changes: 1 addition & 3 deletions reaper-adm-extension/src/reaper_adm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,4 @@ if(WIN32)
DESTINATION
${win_install_dir}
OPTIONAL)
endif()

install(DIRECTORY ADMPresets COMPONENT Extension DESTINATION $<$<PLATFORM_ID:Windows>:${win_install_dir}>$<$<PLATFORM_ID:Darwin>:${macos_install_dir}>$<$<PLATFORM_ID:Linux>:${linux_install_dir}>)
endif()
4 changes: 0 additions & 4 deletions tools/setup/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ if(APPLE AND NOT EPS_CI)
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:reaper_adm> $<TARGET_BUNDLE_CONTENT_DIR:setup>/Resources/UserPlugins/$<TARGET_FILE_NAME:reaper_adm>
)

add_custom_command(TARGET setup POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/reaper-adm-extension/src/reaper_adm/ADMPresets $<TARGET_BUNDLE_CONTENT_DIR:setup>/Resources/UserPlugins/ADMPresets
)

add_custom_command(TARGET setup POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/packaging/Templates $<TARGET_BUNDLE_CONTENT_DIR:setup>/Resources/Templates
)
Expand Down

0 comments on commit cca6d6d

Please sign in to comment.