mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Update qt5 path in macos deploy.sh script
This commit is contained in:
parent
1e7756c508
commit
db2a6111f6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ set -eux
|
|||
#TAG=$(git tag -l --points-at HEAD)
|
||||
|
||||
# Add Qt binaries to path
|
||||
PATH=/usr/local/opt/qt/bin/:${PATH}
|
||||
PATH=/usr/local/opt/qt@5/bin/:${PATH}
|
||||
|
||||
( cd build
|
||||
# macdeployqt does not copy symlinks over.
|
||||
|
|
Loading…
Reference in a new issue