A simple tool to help you keep your Playdate SDK up to date.
- Automatically checks for the latest SDK version.
- Downloads and installs updates seamlessly.
- Cross-platform support.
- Download the latest
playdate-sdk-updaterfrom the release tab on github - (optional) Download the signing key
check the signature with
gpg --verify playdate-sdk-updater.sig playdater-sdk-updater - Copy the file to your local binary folder
cp ./target/release/playdate-sdk-updater ~/.local/bin/
- Clone the repository:
git clone https://github.com/yourusername/playdate-sdk-updater.git
- Navigate to the project directory:
cd playdate-sdk-updater - Build it yourself (with Rust)
cargo build --release
- Copy the file to your local binary folder
cp ./target/release/playdate-sdk-updater ~/.local/bin/
Enjoy !
Run the updater:
./playdate-sdk-updaterThis project is licensed under the MIT-ish License.
Contributions are welcome! Please open an issue or submit a pull request.
This project is not affiliated with Panic Inc or the official Playdate SDK.