mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			57 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.83",
 | 
						|
    "description": "A command line AAC/ALAC encoder frontend based on Apple encoder.",
 | 
						|
    "homepage": "https://sites.google.com/site/qaacpage/",
 | 
						|
    "license": {
 | 
						|
        "identifier": "Public Domain,...",
 | 
						|
        "url": "https://github.com/nu774/qaac/blob/master/COPYING"
 | 
						|
    },
 | 
						|
    "url": "https://github.com/nu774/qaac/releases/download/v2.83/qaac_2.83.zip",
 | 
						|
    "hash": "c87ca1266a2776ac2c8bd95e4196f89f4030d0d0800513f144ef93b7a388174f",
 | 
						|
    "notes": [
 | 
						|
        "To fix 'ERROR: CoreAudioToolbox.dll: The specified module could not be found.',",
 | 
						|
        "See: https://hydrogenaud.io/index.php?topic=117089.0"
 | 
						|
    ],
 | 
						|
    "pre_install": "Remove-Item \"$dir\\qaac_*\"",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "extract_dir": "qaac_2.83\\x64",
 | 
						|
            "bin": [
 | 
						|
                [
 | 
						|
                    "qaac64.exe",
 | 
						|
                    "qaac"
 | 
						|
                ],
 | 
						|
                [
 | 
						|
                    "refalac64.exe",
 | 
						|
                    "refalac"
 | 
						|
                ]
 | 
						|
            ]
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "extract_dir": "qaac_2.83\\x86",
 | 
						|
            "bin": [
 | 
						|
                "qaac.exe",
 | 
						|
                "refalac.exe"
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "persist": [
 | 
						|
        "QTFiles64",
 | 
						|
        "QTFiles"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/nu774/qaac"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/nu774/qaac/releases/download/v$version/qaac_$version.zip",
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "extract_dir": "qaac_$version\\x64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "extract_dir": "qaac_$version\\x86"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |