Skip to content

Commit

Permalink
added hardened
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Aug 29, 2024
1 parent e1db5b7 commit f637797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const config: ForgeConfig = {
// const modPath = `${buildPath}${e.slice(1)}`;
// console.log(modPath);
let outputSign = await import('child_process').then(cp => cp.execSync(
`codesign --force --verbose --sign "${process.env.SIGN_ID}" "${e}"`
`codesign --force --options runtime --verbose --sign "${process.env.SIGN_ID}" "${e}"`
));
console.log("#######", outputSign);
}
Expand Down

0 comments on commit f637797

Please sign in to comment.