mirror of
https://github.com/kopia/kopia.git
synced 2026-01-26 23:38:04 -05:00
* Remove unnecessary subdirectory from Windows archive * Use Scoop extract_dir instead of changing archive structure
17 lines
482 B
Plaintext
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"
|
|
}
|
|
}
|
|
}
|