diff options
| author | rejbasket <39080670+rejbasket@users.noreply.github.com> | 2021-12-08 22:18:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-08 22:18:41 +0100 |
| commit | 41ace3a9e53b52b4271554d7aedd88d533ee5f5e (patch) | |
| tree | 83dd3887459eeb79c95177bf318598ee01514fa1 /bin/build-electron | |
| parent | 49d0f88278798a6c061ce70dd6c1aafb0b1f7a6a (diff) | |
add macOS and windows installer (#1352)
Diffstat (limited to 'bin/build-electron')
| -rwxr-xr-x | bin/build-electron | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/build-electron b/bin/build-electron index 11616cb4..f375e347 100755 --- a/bin/build-electron +++ b/bin/build-electron @@ -8,6 +8,7 @@ if [ "$BUILD" = "windows" ]; then elif [ "$BUILD" = "linux" ]; then args="-l --x64" elif [ "$BUILD" = "osx" ]; then + cp installer_scripts/electron-entitlements.plist electron/build/ args="-m" fi |
