Skip to content

Commit

Permalink
Revert rename
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka committed Oct 14, 2024
1 parent 22292c6 commit 27be63f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multiple-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
package_name = 'polyhook-build-${{ needs.setup.outputs.buildnumber }}-{}-${{ env.GITHUB_SHA_SHORT }}'
checksum_linux = '${{ needs.publish.outputs.checksum_linux }}'
checksum_windows = '${{ needs.publish.outputs.checksum_windows }}'
json_url = 'https://untrustedmodders.github.io/plugify-polyhook/polyhook.json'
json_url = 'https://untrustedmodders.github.io/polyhook/polyhook.json'
def load_json_from_url(url):
try:
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
new_version = {
"version": version,
"checksum": f"{checksum}",
"download": f"https://github.com/untrustedmodders/plugify-polyhook/releases/download/v{version}/{package.format(platform)}.zip",
"download": f"https://github.com/untrustedmodders/polyhook/releases/download/v{version}/{package.format(platform)}.zip",
"platforms": [f"{platform}"]
}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(POLICY CMP0092)
endif()


project(polyhook VERSION 1.0.0.0 DESCRIPTION "PolyHook Plugin" HOMEPAGE_URL "https://github.com/untrustedmodders/plugify-polyhook" LANGUAGES CXX)
project(polyhook VERSION 1.0.0.0 DESCRIPTION "PolyHook Plugin" HOMEPAGE_URL "https://github.com/untrustedmodders/polyhook" LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion polyhook.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"version": 1,
"checksum": "",
"download": "https://github.com/untrustedmodders/plugify-polyhook/releases/download/v1.0/polyhook.zip",
"download": "https://github.com/untrustedmodders/polyhook/releases/download/v1.0/polyhook.zip",
"platforms": [
]
}
Expand Down
2 changes: 1 addition & 1 deletion polyhook.pplugin.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"createdBy": "stevemk14ebr",
"createdByURL": "https://github.com/stevemk14ebr/PolyHook_2_0",
"docsURL": "https://github.com/stevemk14ebr/PolyHook_2_0",
"downloadURL": "https://github.com/untrustedmodders/plugify-polyhook/releases/download/v${POLYHOOK_VERSION}/${POLYHOOK_PACKAGE}.zip",
"downloadURL": "https://github.com/untrustedmodders/polyhook/releases/download/v${POLYHOOK_VERSION}/${POLYHOOK_PACKAGE}.zip",
"updateURL": "https://untrustedmodders.github.com/polyhook/polyhook.json",
"entryPoint": "bin/polyhook",
"supportedPlatforms": [],
Expand Down

0 comments on commit 27be63f

Please sign in to comment.