Skip to content

Commit

Permalink
Update osxbundle.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl authored Sep 19, 2024
1 parent cf8b76f commit 9c372a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-aux/osx/osxbundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi

# Create new directories and move dylibs
mkdir -p Frameworks SharedSupport Resources Resources/i18n
mv MacOS/libSDL2*.dylib Frameworks/libSDL2.dylib
mv MacOS/libSDL2-2.0.dylib Frameworks/libSDL2.dylib
mv -n MacOS/*.dylib Frameworks

# Move back to where we were
Expand Down Expand Up @@ -47,4 +47,4 @@ cp out/InochiSession.icns out/Inochi\ Session.app/Contents/Resources/InochiSessi
echo "Cleaning up..."
find out/Inochi\ Session.app/Contents/MacOS -type f ! -name "inochi-session" -delete

echo "Done!"
echo "Done!"

0 comments on commit 9c372a0

Please sign in to comment.