summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-08-18 14:58:39 -0400
committerLex Neva <github.com@lexneva.name>2020-08-18 14:58:39 -0400
commit53ba4f530389b79d0156da284d1cd94e14de7e24 (patch)
tree9bab460968b8dbbd6542a8ecbf8b7aae98933df6 /bin
parentd003ddbd26746c235492902e5a47ed7e7e3a121d (diff)
fail on electron build errors
Diffstat (limited to 'bin')
-rwxr-xr-xbin/build-electron2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-electron b/bin/build-electron
index dc7a1ca2..3496abf1 100755
--- a/bin/build-electron
+++ b/bin/build-electron
@@ -1,6 +1,6 @@
#!/bin/bash
-
+set -e
if [ "$BUILD" = "windows" ]; then
args="-w --ia32"