mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 23:41:28 +00:00
27 lines
807 B
JSON
27 lines
807 B
JSON
{
|
|
"homepage": "http://apex.run/",
|
|
"license": "https://github.com/apex/apex/blob/master/LICENSE",
|
|
"version": "0.13.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/apex/releases/download/v0.13.1/apex_windows_amd64.exe",
|
|
"hash": "b7274c8eec1f367604c92204b4ddafa93b06b71561b1421c3b5086c7bea1b1b7"
|
|
}
|
|
},
|
|
"extract_dir": "apex",
|
|
"pre_install": "Rename-Item @(Get-ChildItem $dir\\apex_*.exe)[0] $dir\\apex.exe",
|
|
"bin": [
|
|
"apex.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/apex/apex"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/apex/releases/download/v$version/apex_windows_amd64.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|