Skip to content

Commit

Permalink
Where is jre
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Jan 12, 2025
1 parent dad629a commit 8500ed8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/bundler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ download_electron() {
}

setup_jre() {
pwd
ls
ls ./jre
if [ -d "./jre" ]; then
mv "./jre" "$RELEASE_NAME/jre"
return
Expand Down

0 comments on commit 8500ed8

Please sign in to comment.