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