Skip to content

Binary name shall use --name flag with .exe extension #2

Open
@beetcb

Description

Current behavior

C:\Users\beet\Desktop\share\bin>ghdl caarlos0/tasktimer --name tt
→ start downloading tt_windows_amd64.tar.gz

  ███████████████████████████████████ 100% of 6.1 MB

→ binary file not found. Try to specify binary name flag

C:\Users\beet\Desktop\share\bin>ghdl caarlos0/tasktimer -n tt.exe
→ start downloading tt_windows_amd64.tar.gz

  ███████████████████████████████████ 100% of 6.1 MB

→ saved executable to C:\Users\beet\Desktop\share\bin\tt.exe

Related

ghdl/ghdl/main.go

Lines 44 to 46 in f53255a

if binaryNameFlag != "" {
ghReleaseDl.BinaryName = binaryNameFlag
}

Metadata

Assignees

Labels

bugSomething isn't workingsweepAssigns Sweep to an issue or pull request.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions