File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
63
63
- name : Copy readme
64
64
run : |
65
- cp ./doc/macos-readme.txt ./build/RipplerX_artefacts/Release/
65
+ cp ./doc/macos-readme.txt ./build/RipplerX_artefacts/Release/readme.txt
66
66
67
67
- name : List errors
68
68
run : cat "./build/CMakeFiles/CMakeError.log" || true
75
75
./build/RipplerX_artefacts/Release/LV2
76
76
./build/RipplerX_artefacts/Release/AU
77
77
./build/RipplerX_artefacts/Release/VST3
78
- ./build/RipplerX_artefacts/Release/macos- readme.txt
78
+ ./build/RipplerX_artefacts/Release/readme.txt
79
79
!./build/RipplerX_artefacts/Release/VST3/*.exp
80
80
!./build/RipplerX_artefacts/Release/VST3/*.lib
81
81
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>" CACHE STR
4
4
set (CMAKE_OSX_DEPLOYMENT_TARGET 10.13 CACHE STRING "Build for 10.13" )
5
5
set (CMAKE_POSITION_INDEPENDENT_CODE ON )
6
6
7
- project (RipplerX VERSION 1.3.9 )
7
+ project (RipplerX VERSION 1.3.7 )
8
8
9
9
set (CMAKE_CXX_STANDARD 17)
10
10
set (CMAKE_XCODE_GENERATE_SCHEME OFF )
You can’t perform that action at this time.
0 commit comments