fix: quote PHP_BINARY for Windows #216
@@ -66,7 +66,7 @@ if (empty($stability) || empty($token)) {
|
||||
}
|
||||
|
||||
$cli = __DIR__;
|
||||
$php = PHP_BINARY;
|
||||
$php = escapeshellarg(PHP_BINARY);
|
||||
$giteaUrl = rtrim($giteaUrl, '/');
|
||||
|
||||
// Auto-detect org/repo from git remote if not set
|
||||
|
||||
@@ -63,7 +63,7 @@ if (array_key_exists($branch, $stabilityMap)) {
|
||||
}
|
||||
|
||||
$cli = __DIR__;
|
||||
$php = PHP_BINARY;
|
||||
$php = escapeshellarg(PHP_BINARY);
|
||||
|
||||
// Auto-detect watch path from manifest.xml if not provided
|
||||
if (empty($watchPath)) {
|
||||
|
||||
Reference in New Issue
Block a user