Skip to content

Commit eeca664

Browse files
committed
chore: use "gh extension install" for gh-install target
1 parent deca21d commit eeca664

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ clean:
2929

3030
# Install as gh extension
3131
gh-install: build
32-
mkdir -p ~/.local/share/gh/extensions/gh-stack
33-
cp gh-stack ~/.local/share/gh/extensions/gh-stack/
34-
@# Clear macOS extended attributes that can cause hangs
35-
@xattr -c ~/.local/share/gh/extensions/gh-stack/gh-stack 2>/dev/null || true
32+
gh extension remove gh-stack || true
33+
gh extension install .
3634

3735
# Install development tools
3836
tools:

0 commit comments

Comments
 (0)