mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
Rename "visual-c-14" to "vc-redist14"
This commit is contained in:
parent
a66e2c69bc
commit
4a9a3b4d7b
@ -25,7 +25,7 @@
|
|||||||
"bin\\logresolve.exe",
|
"bin\\logresolve.exe",
|
||||||
"bin\\rotatelogs.exe"
|
"bin\\rotatelogs.exe"
|
||||||
],
|
],
|
||||||
"depends": "visual-c-14",
|
"depends": "vc-redist14",
|
||||||
"post_install": "
|
"post_install": "
|
||||||
# set directory in httpd.conf
|
# set directory in httpd.conf
|
||||||
$conf = \"$dir/conf/httpd.conf\"
|
$conf = \"$dir/conf/httpd.conf\"
|
||||||
|
|||||||
2
php.json
2
php.json
@ -13,7 +13,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "php.exe",
|
"bin": "php.exe",
|
||||||
"depends": "visual-c-14",
|
"depends": "vc-redist14",
|
||||||
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
|
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "http://windows.php.net/download/",
|
"url": "http://windows.php.net/download/",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user