mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
sign-windows: Put quotes around paths provided to sign script
This commit is contained in:
@@ -25,7 +25,7 @@ export async function sign(
|
||||
const target = await realpath(configuration.path);
|
||||
|
||||
// The script will update the file in-place
|
||||
const returnCode = execSync(`bash ${scriptPath} ${target}`, {
|
||||
const returnCode = execSync(`bash "${scriptPath}" "${target}"`, {
|
||||
stdio: [null, process.stdout, process.stderr],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user