* even more windows fixes

launcher launcher-0.1
Dominika 2022-06-15 03:37:33 +02:00
parent 75876abc1a
commit f901892523
2 changed files with 3 additions and 1 deletions

View File

@ -49,10 +49,12 @@ function launch() {
}
function windows_fetch_java() {
pushd /meow
if [[ $(ls jdk-18*) == '' ]]; then
url="$(curl https://jdk.java.net/18/ | grep windows-x64 | grep -Poh 'https:.*?zip"' | sed 's/"//')"
curl -o java.zip "$url"
7z x java.zip
fi
popd
}

View File

@ -2,7 +2,7 @@
# https://github.com/achadwick/styrene/
[bundle]
packages = p7zip {pkg_prefix}jq {pkg_prefix}curl msys2-runtime grep sed {pkg_prefix}termcap ncurses
packages = p7zip {pkg_prefix}jq {pkg_prefix}curl msys2-runtime grep sed {pkg_prefix}termcap ncurses awk findutils
filename_stub = curseme
display_name = CurseMe
description = 3rd-party Minecraft launcher