From 949945909a9e6d5ce350273a143b9a05ac2fee03 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:38:14 +0300 Subject: [PATCH] Recovering from heartbreak after the dylibbundler fork made me sad --- .github/mac-bundle-qt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mac-bundle-qt.sh b/.github/mac-bundle-qt.sh index ca98aecd..314b30f7 100644 --- a/.github/mac-bundle-qt.sh +++ b/.github/mac-bundle-qt.sh @@ -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