Skip to content

Commit 90cb02d

Browse files
committed
update: Cherry + Build
1 parent e95ab65 commit 90cb02d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ add_executable(vortex_utils utils.cpp)
107107
target_link_libraries(vortex_utils PUBLIC vortex_shared)
108108

109109
target_compile_definitions(vortex_shared PUBLIC CHERRY_IMPORT_DLL)
110-
target_link_libraries(vortex_shared PUBLIC editor cherry)
111110

112111
if(UNIX AND NOT APPLE)
113112
find_package(CURL REQUIRED)

build/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ make -j$(nproc) install
2525
cd ..
2626

2727
cp -r ./build/bin/* dist/${VERSION}/bin
28+
cp -r ./build/bin/* dist/${VERSION}/bin
29+
cp -r ./handle_crash.sh dist/${VERSION}/bin
2830

2931
# Prepare shipping folders
3032
rm -rf shipping/*

lib/cherry

0 commit comments

Comments
 (0)