Extras/bucket/fastcopy.json
2026-05-18 09:34:14 +00:00

45 lines
1.6 KiB
JSON

{
"version": "5.11.3",
"description": "The Fastest copy/backup software.",
"homepage": "https://fastcopy.jp/",
"license": {
"identifier": "Freeware",
"url": "https://fastcopy.jp/help/fastcopy_eng.htm#license"
},
"notes": [
"If an error occurs when updating or uninstalling, execute the following command then retry:",
"`Stop-Process -Name 'explorer'`"
],
"url": "https://fastcopy.jp/archive/FastCopy5.11.3_installer.exe",
"hash": "723d3e50f391dbfc041efec9de7cadee9cc1d63feba5c1ebf461e662401965cf",
"pre_install": [
"Start-Process \"$dir\\$fname\" -Args @('/SILENT', \"/DIR=\"\"$dir\"\"\", '/NOPROG', '/NODESK') -Wait",
"Copy-Item \"$persist_dir\\FastCopy.log\", \"$persist_dir\\FastCopy2.ini\", \"$persist_dir\\Log\" -Destination \"$dir\" -Force -Recurse -ErrorAction SilentlyContinue",
"Remove-Item \"$dir\\$fname\""
],
"bin": [
"FastCopy.exe",
"FcHash.exe",
"fcp.exe"
],
"shortcuts": [
[
"FastCopy.exe",
"FastCopy"
],
[
"doc\\FastCopy.chm",
"FastCopy Manual"
]
],
"pre_uninstall": [
"ensure \"$persist_dir\\Log\" | Out-Null",
"Copy-Item \"$dir\\FastCopy.log\", \"$dir\\FastCopy2.ini\", \"$dir\\Log\" -Destination \"$persist_dir\" -Force -Recurse -ErrorAction SilentlyContinue",
"Start-Process \"$dir\\setup.exe\" -Args @('/SILENT', '/r') -Wait"
],
"checkver": "Download v([\\d.]+)",
"autoupdate": {
"url": "https://fastcopy.jp/archive/FastCopy$version_installer.exe"
}
}