mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Fix install (#130)
This commit is contained in:
parent
c9ebebab6a
commit
0d35ee9538
2 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,4 +4,4 @@ tmp/
|
|||
/vendor
|
||||
test-dnote
|
||||
/dist
|
||||
/releases
|
||||
/release
|
||||
|
|
|
|||
|
|
@ -146,8 +146,8 @@ install_dnote() {
|
|||
fi
|
||||
|
||||
binary=dnote
|
||||
owner=sungwoncho
|
||||
repo=goreleaser-issue
|
||||
owner=dnote
|
||||
repo=cli
|
||||
github_download="https://github.com/${owner}/${repo}/releases/download"
|
||||
tmpdir="$(mktemp -d)"
|
||||
bindir=${bindir:-/usr/local/bin}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue