Skip to content

Commit

Permalink
Fix[build]: correct cacio copy destination
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 committed Jan 25, 2025
1 parent 60787ca commit 6aacf3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ payload: native java jre assets
cp $(WORKINGDIR)/*.dylib $(WORKINGDIR)/PojavLauncher.app/Frameworks/ || exit 1
cp -R $(SOURCEDIR)/JavaApp/libs/others/* $(WORKINGDIR)/PojavLauncher.app/libs/ || exit 1
cp $(SOURCEDIR)/JavaApp/build/*.jar $(WORKINGDIR)/PojavLauncher.app/libs/ || exit 1
cp -R $(SOURCEDIR)/JavaApp/libs/caciocavallo* $(WORKINGDIR)/PojavLauncher.app/ || exit 1
cp -R $(SOURCEDIR)/JavaApp/libs/caciocavallo/* $(WORKINGDIR)/PojavLauncher.app/libs_caciocavallo || exit 1
cp -R $(SOURCEDIR)/JavaApp/libs/caciocavallo17/* $(WORKINGDIR)/PojavLauncher.app/libs_caciocavallo17 || exit 1
$(call METHOD_DIRCHECK,$(OUTPUTDIR)/Payload)
cp -R $(WORKINGDIR)/PojavLauncher.app $(OUTPUTDIR)/Payload
if [ '$(SLIMMED_ONLY)' != '1' ]; then \
Expand Down

0 comments on commit 6aacf3a

Please sign in to comment.