{
    "version": "1.4",
    "homepage": "https://www.sordum.org/drive-letter-changer",
    "description": "A simple app that allows you to change the letter of your hard drives.",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.sordum.org/eula/"
    },
    "url": "https://www.sordum.org/files/download/drive-letter-changer/dChanger.zip",
    "hash": "4c5b4782ecd04404391ef7b9c899fde4e94624ce5fe93460b5a015db3395bf4a",
    "extract_dir": "dChanger",
    "architecture": {
        "64bit": {
            "pre_install": [
                "Remove-Item @('dChanger.exe', 'dChanger.ini'); Move-Item \"$dir\\x64\\*\" $dir | Out-Null",
                "Remove-Item \"$dir\\x64\" | Out-Null"
            ],
            "bin": [
                [
                    "dChanger_x64.exe",
                    "dChanger"
                ]
            ],
            "shortcuts": [
                [
                    "dChanger_x64.exe",
                    "Drive Letter Changer"
                ]
            ]
        },
        "32bit": {
            "pre_install": "Remove-Item \"$dir\\x64\" | Out-Null",
            "bin": "dChanger.exe",
            "shortcuts": [
                [
                    "dChanger.exe",
                    "Drive Letter Changer"
                ]
            ]
        }
    },
    "persist": "dChanger.ini",
    "checkver": "Drive\\sLetter\\sChanger\\sv([\\d.]+)",
    "autoupdate": {
        "url": "https://www.sordum.org/files/download/drive-letter-changer/dChanger.zip"
    }
}
