chore: more potential fixes to macOS build

This commit is contained in:
Christian Benincasa
2025-07-29 22:20:59 -04:00
parent 7c6214b368
commit 4eacb8df10
3 changed files with 7 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ fi
pushd "$REPO_ROOT/macos/Tunarr" || exit
xcodebuild build
xcodebuild build -scheme Tunarr -configuration Release ARCHS="$2"
cp -R "$REPO_ROOT/macos/Tunarr/build/Release/Tunarr.app" "$APP_NAME"
popd || exit