Skip to content

Commit

Permalink
Disable hardened runtime for MAS
Browse files Browse the repository at this point in the history
  • Loading branch information
marckohlbrugge committed Jun 10, 2022
1 parent 36b7fa9 commit c93bb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ mas:
provisioningProfile: embedded.provisionprofile
icon: resource/app.icns
darkModeSupport: true
hardenedRuntime: true
hardenedRuntime: false
extendInfo:
LSUIElement: 1

0 comments on commit c93bb5c

Please sign in to comment.