ci macos: cp resources from where they actually are

This commit is contained in:
Quinten Krijger
2019-12-10 20:10:27 +01:00
parent fa2e8e6354
commit 56169fb95d

View File

@@ -112,7 +112,7 @@ install -d "${RESOURCES}" \
msg "Copying release files:"
ditto "${CMAKE_BUILD_TYPE}/MacOS" "${MACOS}"
ditto "${CMAKE_BUILD_TYPE}/Resources" "${RESOURCES}"
ditto "Resources" "${RESOURCES}"
msg "Copying dependencies from ${GTK_PREFIX}:"
CheckLink "${EXECUTABLE}"