Add mac sandbox build support

This commit is contained in:
yash-signal
2026-02-27 12:57:31 -06:00
committed by Yash
parent 54e5b64ab0
commit e3560adbcf
9 changed files with 102 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ export async function afterPack({
packager,
electronPlatformName,
}: AfterPackContext): Promise<void> {
if (electronPlatformName !== 'darwin') {
if (electronPlatformName !== 'darwin' && electronPlatformName !== 'mas') {
return;
}