diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index c93ef2a..67c2292 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -6,7 +6,7 @@ jobs: outputs: vpk_link: ${{ steps.zip.outputs.zip }} container: - image: gnuton/vitasdk-docker + image: vitasdk/vitasdk:latest steps: - uses: actions/checkout@v2 - name: Update VitaGL and install zip diff --git a/README.md b/README.md index 526a984..751cb57 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nazi Zombies: Portable Quakespasm ## About -This repository contains NZ:P Team's fork of [Quakespasm](https://sourceforge.net/projects/quakespasm/), with support for building to Nintendo Switch (thanks to fgsfdsfgs) and PS VITA (thanks to Rinnegatamante). It contains many enhancements to attempt parity with our fork of [dQuakePlus](https://github.com/nzp-developers/dquakeplus). +This repository contains NZ:P Team's fork of [Quakespasm](https://sourceforge.net/projects/quakespasm/), with support for building to Nintendo Switch (thanks to fgsfdsfgs) and PS VITA (thanks to Rinnegatamante). It contains many enhancements to attempt parity with our fork of [dQuakePlus](https://github.com/nzp-team/dquakeplus). ## Building for Nintendo Switch (Advanced) Building requires a full install of [libnx](https://switchbrew.org/wiki/Setting_up_Development_Environment). Follow the instructions by either installing manually or by using the Docker container linked. @@ -11,7 +11,7 @@ Now that libnx is installed, you can build the Switch binaries: make -f Makefile.nx ``` -The `.NRO` will be built at `build/nx`. We also provide binaries on the [Releases](https://github.com/nzp-developers/quakespasm/releases/tag/bleeding-edge) page. +The `.NRO` will be built at `build/nx`. We also provide binaries on the [Releases](https://github.com/nzp-team/quakespasm/releases/tag/bleeding-edge) page. ## Building for PlayStation VITA (Advanced) Similarly as building for NX, building a `.VPK` will require the [Vita SDK](https://vitasdk.org/). We recommend `gnuton`'s Docker container, it can be found [here](https://hub.docker.com/r/gnuton/vitasdk-docker). @@ -21,4 +21,4 @@ You can build like so: make -f Makefile.vita ``` -The `.VPK` will be built at `build/vita`. We also provide binaries on the [Releases](https://github.com/nzp-developers/quakespasm/releases/tag/bleeding-edge) page. \ No newline at end of file +The `.VPK` will be built at `build/vita`. We also provide binaries on the [Releases](https://github.com/nzp-team/quakespasm/releases/tag/bleeding-edge) page. \ No newline at end of file