Skip to content

Commit

Permalink
Add support for user-specific executable files
Browse files Browse the repository at this point in the history
  • Loading branch information
myhro committed Dec 27, 2023
1 parent 60756a3 commit b5dcc3c
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 223 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func exit(msg string) {
func run(name string) {
tool := &tools.Tool{
Name: name,
User: &tools.UserOS{},
}

err := tool.SetURL()
Expand Down
Loading

0 comments on commit b5dcc3c

Please sign in to comment.