mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-26 03:35:30 +03:00
Update build_dist.sh.in
This commit is contained in:
parent
e80184ce7a
commit
ac5de110c0
4
dist/macos/bundle/build_dist.sh.in
vendored
4
dist/macos/bundle/build_dist.sh.in
vendored
@ -48,7 +48,7 @@ fi
|
||||
# Check for macdeployqt on Homebrew
|
||||
if which -s brew ; then
|
||||
info "Homebrew found, searching for macdeployqt"
|
||||
DEPLOYQT="$(brew list qt | grep --only '/.*macdeployqt' | head -1)"
|
||||
DEPLOYQT="$(brew list qt@5 | grep --only '/.*macdeployqt' | head -1)"
|
||||
if [ ! -x "$DEPLOYQT" ]; then
|
||||
error Please install package qt
|
||||
exit 1
|
||||
@ -70,4 +70,4 @@ else
|
||||
-executable="$B_BARRIERC" \
|
||||
-executable="$B_BARRIERS" || exit 1
|
||||
success "Bundle created successfully"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user