Update mac-bundle-qt.sh

This commit is contained in:
wheremyfoodat 2023-09-29 02:42:49 +03:00 committed by GitHub
parent f6916f0c36
commit c64d35bc55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ PlistBuddy Alber.app/Contents/Info.plist -c "add LSMinimumSystemVersion string 1
# Bundle dylibs
macdeployqt Alber.app
dylibbundler -od -b -x Alber.app/Contents/MacOS/Alber -d Alber.app/Contents/Frameworks/ -p @rpath -s /Users/runner/work/Panda3DS/Panda3DS/VULKAN_SDK/lib
dylibbundler -od -b -x --frameworks Alber.app/Contents/MacOS/Alber -d Alber.app/Contents/Frameworks/ -p @rpath -s /Users/runner/work/Panda3DS/Panda3DS/VULKAN_SDK/lib
# relative rpath
install_name_tool -add_rpath @loader_path/../Frameworks Alber.app/Contents/MacOS/Alber