Skip to content

Commit

Permalink
add scoop manifest file here, for now
Browse files Browse the repository at this point in the history
you can install it using `scoop install https://geode-sdk.org/geode-sdk-cli.json`
  • Loading branch information
matcool authored Sep 27, 2023
1 parent a82dde7 commit 4f519ef
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions media/geode-sdk-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": "2.5.0",
"description": "Command line application for Geode SDK, the Geometry Dash modding framework.",
"license": "BSL-1.0",
"homepage": "https://github.com/geode-sdk/cli",
"architecture": {
"64bit": {
"url": "https://github.com/geode-sdk/cli/releases/download/v2.5.0/geode-cli-v2.5.0-win.zip",
"hash": "07706ccc327ae80b97ca7311ce898ecb69607a006c016c00a735188e214f4f25"
}
},
"bin": "geode.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/geode-sdk/cli/releases/download/v$version/geode-cli-v$version-win.zip"
}
}
}
}

0 comments on commit 4f519ef

Please sign in to comment.