Skip to content

Commit

Permalink
Switch JRE 8 download location
Browse files Browse the repository at this point in the history
Local builds that do not have JRE 8 already downloaded should now work again
  • Loading branch information
crystall1nedev authored Dec 12, 2024
1 parent fb75288 commit 3da0623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jre: native
echo '[PojavLauncher v$(VERSION)] jre - start'
mkdir -p $(SOURCEDIR)/depends
cd $(SOURCEDIR)/depends; \
$(call METHOD_JAVA_UNPACK,8,'https://nightly.link/PojavLauncherTeam/android-openjdk-build-multiarch/workflows/build/jre8-ios-jitjailed/jre8-ios-aarch64.zip'); \
$(call METHOD_JAVA_UNPACK,8,'https://nightly.link/PojavLauncherTeam/android-openjdk-build-multiarch/workflows/build/buildjre8/jre8-ios-aarch64.zip'); \
$(call METHOD_JAVA_UNPACK,17,'https://nightly.link/PojavLauncherTeam/android-openjdk-build-multiarch/workflows/build/buildjre17-21/jre17-ios-aarch64.zip'); \
$(call METHOD_JAVA_UNPACK,21,'https://nightly.link/PojavLauncherTeam/android-openjdk-build-multiarch/workflows/build/buildjre17-21/jre21-ios-aarch64.zip'); \
if [ -f "$(ls jre*.tar.xz)" ]; then rm $(SOURCEDIR)/depends/jre*.tar.xz; fi; \
Expand Down

0 comments on commit 3da0623

Please sign in to comment.