Where is jre

This commit is contained in:
Syer10
2025-01-12 14:11:06 -05:00
parent dad629aaff
commit 8500ed8800

View File

@@ -147,6 +147,9 @@ download_electron() {
}
setup_jre() {
pwd
ls
ls ./jre
if [ -d "./jre" ]; then
mv "./jre" "$RELEASE_NAME/jre"
return