{
    "version": "5.11.2",
    "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.2_installer.exe",
    "hash": "70b273dd08c15d40fac59a217b93be195bacfa47acabd031463a6df800d29fea",
    "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"
    }
}
