Skip to content

Commit

Permalink
Attempt further work on android (8)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySwimmer committed Jun 20, 2024
1 parent eba70f4 commit bc155ef
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ mkdir -vp package/FeralTweaks/lib/android
cp -rfv work/libfunchook/*.so package/
echo Zipping...

# Copy CoreCLR
echo Copying CoreCLR...
mkdir package/CoreCLR
cp -rfv work/coreclrlib/. package/CoreCLR/
# Copy Mono
echo Copying Mono...
mkdir package/Mono
cp -rfv work/monolib/. package/Mono/

# Zip
cd package
Expand Down

0 comments on commit bc155ef

Please sign in to comment.