Skip to content

Commit

Permalink
Remove accidentally included pre xt content
Browse files Browse the repository at this point in the history
...ship ancient patches that crash everything. Maybe?


Co-authored-by: Paul Walker <[email protected]>
  • Loading branch information
Andreya-Autumn and baconpaul authored Sep 9, 2023
1 parent 3cadfc2 commit 5c30a78
Show file tree
Hide file tree
Showing 37 changed files with 2 additions and 6,407 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

set(PLUGIN_NAME ${PROJECT_NAME})
set(ADDITIONAL_PLUGIN_DISTRIBUTABLES docs patches presets README.md)
set(ADDITIONAL_PLUGIN_DISTRIBUTABLES docs README.md)
include(RackSDK.cmake)

message(STATUS "SurgeXT for Rack Build Process" )
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build/surge-data:
cp -R res/surge_extra_data/fx_presets build/surge-data


DISTRIBUTABLES += $(wildcard LICENSE*) res docs patches presets README.md build/surge-data
DISTRIBUTABLES += $(wildcard LICENSE*) res docs README.md build/surge-data

# Include the VCV plugin Makefile framework
include $(RACK_DIR)/plugin.mk
Expand Down
Loading

0 comments on commit 5c30a78

Please sign in to comment.