| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "version": "11.0",
- "description": "FreeFileSync. Folder comparison and synchronization",
- "homepage": "https://freefilesync.org",
- "license": {
- "identifier": "Freeware",
- "url": "https://freefilesync.org/faq.php#commercial-usage"
- },
- "url": "https://freefilesync.org/download/FreeFileSync_11.0_Windows_Setup.exe",
- "hash": "937ec34dcbb780da1c8946b1b65c607b806517d1260530255a3a12d0b549b5bd",
- "innosetup": true,
- "bin": [
- "FreeFileSync.exe",
- "RealTimeSync.exe"
- ],
- "shortcuts": [
- [
- "FreeFileSync.exe",
- "FreeFileSync"
- ],
- [
- "RealTimeSync.exe",
- "RealTimeSync"
- ]
- ],
- "persist": [
- "Saved"
- ],
- "post_install": [
- "if (!(test-path \"$dir\\Install.dat\")) { Invoke-WebRequest -Uri \"https://bitbucket.org/kunago/scoop-bucket/raw/master/settings/freefilesync/$version/Install.dat\" -OutFile \"$dir\\Install.dat\" }"
- ],
- "checkver": {
- "url": "https://freefilesync.org/download.php",
- "regex": "FreeFileSync\\s+([\\d.]+)\\s+Windows"
- },
- "autoupdate": {
- "url": "https://freefilesync.org/download/FreeFileSync_$version_Windows_Setup.exe"
- }
- }
|