mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
Improve cacert path for wget
This commit is contained in:
parent
2c071c0c9d
commit
e3890684cf
@ -22,7 +22,7 @@
|
||||
},
|
||||
"bin": "wget.exe",
|
||||
"depends": "cacert",
|
||||
"post_install": "\"ca_certificate=$(resolve-path $dir\\..\\..\\cacert\\current\\cacert.pem)\" | out-file $dir\\wget.ini -encoding default",
|
||||
"post_install": "\"ca_certificate=$(appdir cacert)\\current\\cacert.pem\" | out-file $dir\\wget.ini -encoding default",
|
||||
"checkver": "<title>GNU Wget ([\\d.]+) for Windows",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user