Improve behavior in macOS sandbox

This commit is contained in:
yash-signal
2026-03-03 17:24:12 -06:00
committed by GitHub
parent f1c285f58e
commit 0b5b7dc137
7 changed files with 22 additions and 5 deletions

View File

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