1
0
forked from N0VA/kewt

fix: homebrew permissions on macOS (hopefully)

This commit is contained in:
2026-05-12 21:00:19 +02:00
parent e3bf598dd9
commit 8b760b2897
2 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ class Kewt < Formula
def install
bin.install "kewt"
chmod 0755, bin/"kewt"
generate_completions_from_executable(bin/"kewt", "--dump-zsh-completions", shells: [:zsh])
end