|
|
@@ -0,0 +1,36 @@
|
|
|
+{
|
|
|
+ "version": "10.24",
|
|
|
+ "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_10.24_Windows_Setup.exe",
|
|
|
+ "hash": "sha512:98afe4aadbd42d706f4d2780edcfd0213ad0b1f67a79ad79cda16a92798736de83c2fcd8dd163519dd140efef43924cdf2f483ce85aa890ea09702dfafe6e9e0",
|
|
|
+ "innosetup": true,
|
|
|
+ "bin": [
|
|
|
+ "FreeFileSync.exe",
|
|
|
+ "RealTimeSync.exe"
|
|
|
+ ],
|
|
|
+ "shortcuts": [
|
|
|
+ [
|
|
|
+ "FreeFileSync.exe",
|
|
|
+ "FreeFileSync"
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "RealTimeSync.exe",
|
|
|
+ "RealTimeSync"
|
|
|
+ ]
|
|
|
+ ],
|
|
|
+ "persist": [
|
|
|
+ "Saved"
|
|
|
+ ],
|
|
|
+ "checkver": {
|
|
|
+ "url": "https://freefilesync.org/download.php",
|
|
|
+ "regex": "FreeFileSync\\s+([\\d.]+)\\s+Windows"
|
|
|
+ },
|
|
|
+ "autoupdate": {
|
|
|
+ "url": "https://freefilesync.org/download/FreeFileSync_$version_Windows_Setup.exe"
|
|
|
+ }
|
|
|
+}
|