diff options
Diffstat (limited to 'bin/build-electron')
| -rwxr-xr-x | bin/build-electron | 2 |
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" |
