1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-11 17:15:34 +03:00

Fix tar command

This commit is contained in:
Tae Won Ha 2024-05-27 23:15:57 +09:00
parent f21e71c1d5
commit 9a6fb5b754
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -41,7 +41,7 @@ main() {
-output "${universal_folder_path}/share/nvim/runtime/parser/${filename}"
done
tar -cjf nvim-macos-universal
tar -cjf nvim-macos-universal.tar.bz nvim-macos-universal
popd >/dev/null
}