Skip to content

Commit

Permalink
wuzziz
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Apr 12, 2024
1 parent 22ff8bb commit dd33199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
async function electronBuilderEntryPoint(configuration) {
const {runAction} = await import('../../../../src/build/run_action.mjs');
await runAction('src/electron/windows/sign_windows_executable',
await runAction('client/src/electron/windows/sign_windows_executable',
'--target', configuration.path,
'--algorithm', configuration.hash);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ async function main() {
}

// Call this script through CLI to sign a Windows executable:
// npm run action src/electron/windows/sign_windows_executable --
// npm run action client/src/electron/windows/sign_windows_executable --
// --target <exe-path-to-sign>
// --algorithm <sha1|sha256>
// --certtype <none|pfx|digicert-usb|gcp-hsm>
Expand Down

0 comments on commit dd33199

Please sign in to comment.