Skip to content

Commit

Permalink
Fix TrollStore installation error
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 committed Jan 12, 2024
1 parent aec9389 commit d72d84d
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 @@ -284,7 +284,7 @@ jre: native
$(call METHOD_JAVA_UNPACK,17,'https://nightly.link/PojavLauncherTeam/android-openjdk-build-multiarch/workflows/build/buildjre17/jre17-ios-aarch64.zip'); \
if [ -f "$(ls jre*.tar.xz)" ]; then rm $(SOURCEDIR)/depends/jre*.tar.xz; fi; \
cd $(SOURCEDIR); \
rm -rf $(SOURCEDIR)/depends/java-*-openjdk/{ASSEMBLY_EXCEPTION,bin,include,jre,legal,LICENSE,man,THIRD_PARTY_README,lib/{ct.sym,libjsig.dylib,src.zip,tools.jar}}; \
rm -rf $(SOURCEDIR)/depends/java-*-openjdk/{ASSEMBLY_EXCEPTION,bin,include,jre,legal,LICENSE,man,THIRD_PARTY_README,lib/{ct.sym,jspawnhelper,libjsig.dylib,src.zip,tools.jar}}; \
$(call METHOD_DIRCHECK,$(OUTPUTDIR)/java_runtimes); \
cp -R $(POJAV_JRE8_DIR) $(OUTPUTDIR)/java_runtimes; \
cp -R $(POJAV_JRE17_DIR) $(OUTPUTDIR)/java_runtimes; \
Expand Down

1 comment on commit d72d84d

@opa334
Copy link

@opa334 opa334 commented on d72d84d Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, this is an issue on our end :D

Please sign in to comment.