aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 8f550c2..e5e848c 100755
--- a/build.sh
+++ b/build.sh
@@ -5,6 +5,12 @@ set -euo pipefail
# Pull the patches repository
git pull
+# Emergency Alert System
+if [ -e Alert ]; then
+ cat Alert >&2
+ exit 1
+fi
+
# Do we have the Vencord sources cloned?
if [ -e Vencord/.git ]; then
# Update sources