Skip to content

Commit

Permalink
Fix install data
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed Jan 22, 2025
1 parent bccd5f6 commit 35edcbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else()
cmake_minimum_required(VERSION 3.18)
endif()

project(obs-shaderfilter VERSION 2.4.1)
project(obs-shaderfilter VERSION 2.4.2)
set(PROJECT_FULL_NAME "OBS Shaderfilter")

# Set new UUIDs when you start to create a new plugin.
Expand Down Expand Up @@ -61,7 +61,7 @@ if(BUILD_OUT_OF_TREE)
set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
install(TARGETS ${PROJECT_NAME}
LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/${LIB_OUT_DIR})
install(DIRECTORY data/locale
install(DIRECTORY data/examples data/internal data/locale data/textures
DESTINATION ${CMAKE_INSTALL_PREFIX}/${DATA_OUT_DIR})
setup_plugin_target(${PROJECT_NAME})
else()
Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
}
},
"name": "obs-shaderfilter",
"version": "2.4.1"
"version": "2.4.2"
}

0 comments on commit 35edcbb

Please sign in to comment.