Skip to content

Commit

Permalink
fix: package name missing
Browse files Browse the repository at this point in the history
  • Loading branch information
alikarimii committed Dec 21, 2023
1 parent 1fafcd1 commit d44f4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ done

# installation path of qt@5 install by brew
info=$(brew info qt@5)
installation_path=$(echo "$info" | grep "Cellar/$package_name" | awk -F ' ' '{print $1}')
installation_path=$(echo "$info" | grep "Cellar/qt@5" | awk -F ' ' '{print $1}')

# Set environment variables for Qt5 and macdeployqt path for macOS
export PATH="$installation_path/bin:$PATH"
Expand Down

0 comments on commit d44f4e5

Please sign in to comment.