diff --git a/.github/workflows/cmake-multiple-platform.yml b/.github/workflows/cmake-multiple-platform.yml index fc3eb8a..7af1307 100644 --- a/.github/workflows/cmake-multiple-platform.yml +++ b/.github/workflows/cmake-multiple-platform.yml @@ -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: @@ -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}"] } diff --git a/CMakeLists.txt b/CMakeLists.txt index 26509eb..f57fd78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/polyhook.json b/polyhook.json index 72f58d0..049d1fa 100644 --- a/polyhook.json +++ b/polyhook.json @@ -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": [ ] } diff --git a/polyhook.pplugin.in b/polyhook.pplugin.in index c63f8f2..816e333 100644 --- a/polyhook.pplugin.in +++ b/polyhook.pplugin.in @@ -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": [],