Files
kopia/tools/scoop-kopia.json.template
CrendKing e7297d7111 Remove unnecessary subdirectory from Windows archive (#1352)
* Remove unnecessary subdirectory from Windows archive

* Use Scoop extract_dir instead of changing archive structure
2021-10-03 18:10:54 -07:00

17 lines
482 B
Plaintext

{
"version": "VERSION",
"description": "Fast and secure open source backup.",
"homepage": "https://kopia.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/SOURCE_REPO/releases/download/vVERSION/kopia-VERSION-windows-x64.zip",
"bin": [
"kopia.exe"
],
"hash": "HASH_WINDOWS_AMD64",
"extract_dir": "kopia-VERSION-windows-x64"
}
}
}