Skip to content

Commit

Permalink
Add some debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed May 27, 2024
1 parent 9a73f4a commit f21e71c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/neovim/bin/build_universal_neovim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ main() {

local universal_folder_path; universal_folder_path="$(pwd)/nvim-macos-universal";
readonly universal_folder_path
echo "${universal_folder_path}"
ls -la

mkdir -p "${universal_folder_path}/bin"
cp -r nvim-macos-arm64/share "${universal_folder_path}"
Expand Down

0 comments on commit f21e71c

Please sign in to comment.