diff --git a/ts/scripts/sign-windows.ts b/ts/scripts/sign-windows.ts index 0700916ed2..6dc1b4e48d 100644 --- a/ts/scripts/sign-windows.ts +++ b/ts/scripts/sign-windows.ts @@ -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}`, {