Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sandbox electron app using electron-builder

Is there any option to provide entitlements file while using electron-builder? I want to sandbox my app; but do not see any option in the wiki or docs for electron-builder.

Also, electron-builder uses electron-packager underneath and electron-packager does allow that option.

Any help would highly be appreciated.

Thanks...

like image 789
Dave Ronak Avatar asked Apr 26 '16 21:04

Dave Ronak


1 Answers

Specify any electron-packager option in the build field.

like image 56
develar Avatar answered Sep 22 '22 07:09

develar