This commit is contained in:
wheremyfoodat 2023-07-24 00:04:51 +03:00 committed by GitHub
parent c49fd71722
commit 34b87e50bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ PlistBuddy Alber.app/Contents/Info.plist -c "add NSHighResolutionCapable bool tr
PlistBuddy Alber.app/Contents/version.plist -c "add ProjectName string Alber"
# Bundle dylibs
dylibbundler -od -b -x Alber.app/Contents/MacOS/Alber -d Alber.app/Contents/Frameworks/ -p @rpath
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
# relative rpath
install_name_tool -add_rpath @loader_path/../Frameworks Alber.app/Contents/MacOS/Alber
install_name_tool -add_rpath @loader_path/../Frameworks Alber.app/Contents/MacOS/Alber