From cbe26b7291a41c6a9a9207ab97c3b86db8978e4e Mon Sep 17 00:00:00 2001 From: Syer10 Date: Tue, 8 Apr 2025 12:48:09 -0400 Subject: [PATCH] Chmod in build script --- scripts/bundler.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bundler.sh b/scripts/bundler.sh index e835d94e..07490d3f 100755 --- a/scripts/bundler.sh +++ b/scripts/bundler.sh @@ -148,6 +148,8 @@ download_electron() { setup_jre() { if [ -d "jre" ]; then + chmod +x ./jre/bin/java + chmod +x ./jre/lib/jspawnhelper mv "jre" "$RELEASE_NAME/jre" else if [ ! -f "$JRE" ]; then