Create bin folder (#822)

This commit is contained in:
Mitchell Syer
2024-01-13 11:48:15 -05:00
committed by GitHub
parent 7b290dc465
commit f224918f33

View File

@@ -164,6 +164,9 @@ download_jre_and_electron() {
fi fi
mv "$JRE_DIR" "$RELEASE_NAME/jre" mv "$JRE_DIR" "$RELEASE_NAME/jre"
unzip "$ELECTRON" -d "$RELEASE_NAME/electron/" unzip "$ELECTRON" -d "$RELEASE_NAME/electron/"
mkdir "$RELEASE_NAME/bin"
tree tree
} }