Created
September 18, 2022 01:20
-
-
Save SeeminglyScience/8dc717be6e6d362ad65efbdf124922b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.1.0", | |
"description": "Decode and deflate base64 strings of gzip data", | |
"homepage": "https://github.com/SeeminglyScience/psudad", | |
"license": "MIT", | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/SeeminglyScience/psudad/releases/download/v0.1.0/psudad-0.1.0-win-x64.zip", | |
"hash": "fd1b7200021221f071033ec3c40007fcc21372086f4aa1d3999d212f581db3c4" | |
} | |
}, | |
"bin": "psudad.exe", | |
"checkver": "github", | |
"autoupdate": { | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/SeeminglyScience/psudad/releases/download/v$version/psudad-$version-win-x64.zip" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment