diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8695de55a..9c304c75af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,9 @@ jobs: shell: powershell run: | $wc = New-Object System.Net.WebClient - $wc.DownloadFile("https://www.panda3d.org/download/panda3d-1.10.15/panda3d-1.10.15-tools-win64.zip", "thirdparty-tools.zip") + $wc.DownloadFile("https://www.panda3d.org/download/panda3d-1.10.16/panda3d-1.10.16-tools-win64.zip", "thirdparty-tools.zip") Expand-Archive -Path thirdparty-tools.zip - Move-Item -Path thirdparty-tools/panda3d-1.10.15/thirdparty -Destination . + Move-Item -Path thirdparty-tools/panda3d-1.10.16/thirdparty -Destination . - name: Get thirdparty packages (macOS) if: runner.os == 'macOS' run: | diff --git a/README.md b/README.md index 99ae98d97f..0621692a86 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ depending on whether you are on a 32-bit or 64-bit system, or you can [click here](https://github.com/rdb/panda3d-thirdparty) for instructions on building them from source. -- https://www.panda3d.org/download/panda3d-1.10.15/panda3d-1.10.15-tools-win64.zip -- https://www.panda3d.org/download/panda3d-1.10.15/panda3d-1.10.15-tools-win32.zip +- https://www.panda3d.org/download/panda3d-1.10.16/panda3d-1.10.16-tools-win64.zip +- https://www.panda3d.org/download/panda3d-1.10.16/panda3d-1.10.16-tools-win32.zip After acquiring these dependencies, you can build Panda3D from the command prompt using the following command. Change the `--msvc-version` option based