summaryrefslogtreecommitdiff
path: root/bin/build-electron
diff options
context:
space:
mode:
authorrejbasket <39080670+rejbasket@users.noreply.github.com>2021-12-08 22:18:41 +0100
committerGitHub <noreply@github.com>2021-12-08 22:18:41 +0100
commit41ace3a9e53b52b4271554d7aedd88d533ee5f5e (patch)
tree83dd3887459eeb79c95177bf318598ee01514fa1 /bin/build-electron
parent49d0f88278798a6c061ce70dd6c1aafb0b1f7a6a (diff)
add macOS and windows installer (#1352)
Diffstat (limited to 'bin/build-electron')
-rwxr-xr-xbin/build-electron1
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