Portable: don't package inceptum as the way it was done is incompatible with the new wrapper

This commit is contained in:
Johannes Frohnmeyer 2022-09-06 16:21:22 +02:00
parent f4302a1a3f
commit f1d1979977
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 0 additions and 6 deletions

View File

@ -72,14 +72,8 @@ portable:
image: archlinux:latest
script:
- pacman -Sy p7zip curl jq --noconfirm
- mkdir -p portable/run/libraries/io/gitlab/jfronny/inceptum/Inceptum
- mkdir -p portable/jvm
- cp wrapper.jar portable/
- main="$(find launcher-dist/build/libs/ -type f -iname "Inceptum-*-windows.jar")"
- dir="${main##*/Inceptum-}"
- dir="portable/run/libraries/io/gitlab/jfronny/inceptum/Inceptum/${dir%%-windows*}"
- mkdir -p "$dir"
- mv "$main" "$dir/${main##*/}"
- curl -L "https://github.com/pal1000/mesa-dist-win/releases/download/21.2.5/mesa3d-21.2.5-release-msvc.7z" --output mesa.7z
- 7z e mesa.7z -oportable/run/natives/forceload x64/dxil.dll x64/libglapi.dll x64/opengl32.dll
- curl -L "https://api.adoptium.net/v3/binary/latest/18/ga/windows/x64/jre/hotspot/normal/eclipse?project=jdk" --output jvm.zip