Skip to content

Commit

Permalink
Fix bug in last commit (SDK packager install script copied resources …
Browse files Browse the repository at this point in the history
…to resources/resources)
  • Loading branch information
adamjs committed Jul 15, 2021
1 parent 73a67cd commit b8daecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/CreateSDK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ INSTALL(DIRECTORY "${ULTRALIGHTCORE_DIR}/bin/" DESTINATION "bin" OPTIONAL)
INSTALL(DIRECTORY "${ULTRALIGHTCORE_DIR}/lib/" DESTINATION "lib" OPTIONAL)
INSTALL(DIRECTORY "${ULTRALIGHTCORE_DIR}/include/" DESTINATION "include" OPTIONAL PATTERN "Ultralight/private" EXCLUDE)
INSTALL(DIRECTORY "${WEBCORE_DIR}/bin/" DESTINATION "bin" OPTIONAL PATTERN "resources" EXCLUDE)
INSTALL(DIRECTORY "${WEBCORE_DIR}/bin/resources" DESTINATION "resources" OPTIONAL)
INSTALL(DIRECTORY "${WEBCORE_DIR}/bin/resources/" DESTINATION "resources" OPTIONAL)
INSTALL(DIRECTORY "${WEBCORE_DIR}/lib/" DESTINATION "lib" OPTIONAL)
INSTALL(DIRECTORY "${WEBCORE_DIR}/include/" DESTINATION "include" OPTIONAL)
INSTALL(DIRECTORY "${WEBCORE_DIR}/inspector/" DESTINATION "inspector" OPTIONAL)
Expand Down

0 comments on commit b8daecd

Please sign in to comment.