Skip to content

Commit

Permalink
Recovering from heartbreak after the dylibbundler fork made me sad
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Sep 29, 2023
1 parent 0564196 commit 9499459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/mac-bundle-qt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PlistBuddy Alber.app/Contents/Info.plist -c "add NSHumanReadableCopyright string
PlistBuddy Alber.app/Contents/Info.plist -c "add LSMinimumSystemVersion string 10.15"

# Bundle dylibs
dylibbundler -od -of -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 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

0 comments on commit 9499459

Please sign in to comment.