Chmod in build script

This commit is contained in:
Syer10
2025-04-08 12:48:09 -04:00
parent 93477f60c2
commit cbe26b7291

View File

@@ -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