mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
sign-windows: await call to realpath
This commit is contained in:
@@ -22,7 +22,7 @@ export async function sign(
|
||||
);
|
||||
}
|
||||
|
||||
const target = realpath(configuration.path);
|
||||
const target = await realpath(configuration.path);
|
||||
|
||||
// The script will update the file in-place
|
||||
execSync(`bash ${scriptPath} ${target}`, {
|
||||
|
||||
Reference in New Issue
Block a user