mirror of
https://github.com/chrisbenincasa/tunarr
synced 2026-04-21 13:37:15 +00:00
chore: output details about meilisearch binary before bundling
This commit is contained in:
parent
198febc254
commit
2a042eda93
1 changed files with 1 additions and 0 deletions
|
|
@ -20,5 +20,6 @@ cp -R "$REPO_ROOT/macos/Tunarr/build/Release/Tunarr.app" "$APP_NAME"
|
|||
popd || exit
|
||||
|
||||
cp -a "$REPO_ROOT/server/bin/$BINARY_NAME" "$APP_NAME/Contents/MacOS/tunarr-macos"
|
||||
file "$REPO_ROOT/server/bin/meilisearch-$3"
|
||||
cp -a "$REPO_ROOT/server/bin/meilisearch-$3" "$APP_NAME/Contents/MacOS/meilisearch"
|
||||
chmod +x "$APP_NAME/Contents/MacOS/tunarr-macos" "$APP_NAME/Contents/MacOS/meilisearch"
|
||||
Loading…
Reference in a new issue