[detours] Fix detours usage (#29215)

* oops, usage

* oops, usage

* Update ports/detours/vcpkg.json

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>

* Update ports/detours/portfile.cmake

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>

* 更新 detours.json

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
This commit is contained in:
reito 2023-01-31 08:54:52 +08:00 committed by GitHub
parent 54826e9ffc
commit 9588a00260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

@ -33,3 +33,4 @@ else()
endif()
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")

View File

@ -1,8 +1,9 @@
{
"name": "detours",
"version": "4.0.1",
"port-version": 7,
"port-version": 8,
"description": "Detours is a software package for monitoring and instrumenting API calls on Windows.",
"homepage": "https://github.com/microsoft/Detours",
"license": "MIT",
"supports": "windows & !uwp"
}

View File

@ -1938,7 +1938,7 @@
},
"detours": {
"baseline": "4.0.1",
"port-version": 7
"port-version": 8
},
"devicenameresolver": {
"baseline": "2016-06-26",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "42c4e92ed3e8e461427f2f3e971c0f936c34b285",
"version": "4.0.1",
"port-version": 8
},
{
"git-tree": "6a73bd010a9e693e683b647ce04855efca88f4d5",
"version": "4.0.1",