mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-24 14:45:41 +00:00
CI: Make Mac Updater a universal binary too
This commit is contained in:
parent
9112b6a850
commit
fa93c02e45
|
@ -31,7 +31,9 @@ cd ..
|
|||
echo "Combine binary..."
|
||||
unset MACOSX_DEPLOYMENT_TARGET
|
||||
BINPATH=bin/DuckStation.app/Contents/MacOS/DuckStation
|
||||
UPDATERPATH=bin/DuckStation.app/Contents/Resources/Updater.app/Contents/MacOS/Updater
|
||||
lipo -create "build-x64/$BINPATH" "build-arm64/$BINPATH" -o "build-x64/$BINPATH"
|
||||
lipo -create "build-x64/$UPDATERPATH" "build-arm64/$UPDATERPATH" -o "build-x64/$UPDATERPATH"
|
||||
|
||||
# For some reason, the svg image format plugin doesn't get included in combined builds...
|
||||
if [ -f $HOME/deps/plugins/imageformats/libqsvg.dylib ]; then
|
||||
|
|
Loading…
Reference in a new issue