mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 19:41:19 +00:00
* makes changes to almost all main repo files to be in accordance with .editorconfig * some files in "test\fixtures\..." were left alone to avoid breaking tests * NOTE: whitespace changes *only* (`git diff -b` shows no changes)
13 lines
411 B
JSON
13 lines
411 B
JSON
{
|
|
"homepage": "https://www.syncany.org/",
|
|
"license": "https://raw.githubusercontent.com/syncany/syncany/develop/LICENSE.md",
|
|
"version": "0.4.0",
|
|
"url": "https://www.syncany.org/dist/releases/syncany-cli-0.4.0-alpha.exe",
|
|
"hash": "386365f99ea985a9abedab58439980500b3b62592531cd44af32e30f63df232d",
|
|
"innosetup": true,
|
|
"bin": [
|
|
"bin\\sy.bat",
|
|
"bin\\syncany.bat"
|
|
]
|
|
}
|