2025-01-11 08:29:00 +00:00

27 lines
1.0 KiB
JSON

{
"version": "0.10.0",
"description": "An HTTP proxy server to automatically authenticate through an NTLM proxy.",
"homepage": "https://github.com/genotrance/px",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/genotrance/px/releases/download/v0.10.0/px-v0.10.0-windows-amd64.zip",
"hash": "2f61a73c8a4dd6e715d03af2f8aef5765c9af5eb0644076d4bd9c527f8d77053"
}
},
"pre_install": [
"if (Test-Path -PathType Container \"$persist_dir\\px.ini\") { Remove-Item \"$persist_dir\\px.ini\" } # removes folder px.ini if exists",
"if (!(Test-Path \"$persist_dir\\px.ini\")) { New-Item \"$dir\\px.ini\" | Out-Null } # creates config file px.ini if doesn't exist"
],
"bin": "px.exe",
"persist": "px.ini",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/genotrance/px/releases/download/v$version/px-v$version-windows-amd64.zip"
}
}
}
}