Skip to content

Instantly share code, notes, and snippets.

@Bios-Marcel
Created December 10, 2019 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bios-Marcel/c806e73d7aa7e7501335940463a23030 to your computer and use it in GitHub Desktop.
Save Bios-Marcel/c806e73d7aa7e7501335940463a23030 to your computer and use it in GitHub Desktop.
{
"homepage": "https://github.com/Bios-Marcel/cordless",
"description": "A third party discord client alternative.",
"license": "BSD-3-Clause",
"version": "$RELEASE_DATE",
"architecture": {
"64bit": {
"url": "https://github.com/Bios-Marcel/cordless/releases/download/$RELEASE_DATE/cordless_64.exe",
"bin": [ ["cordless_64.exe", "cordless.exe"] ],
"hash": "${EXE_64_HASH}"
},
"32bit": {
"url": "https://github.com/Bios-Marcel/cordless/releases/download/$RELEASE_DATE/cordless_32.exe",
"bin": [ ["cordless_32.exe", "cordless.exe"] ],
"hash": "${EXE_32_HASH}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment