mirror of
https://github.com/la5nta/pat
synced 2026-08-07 22:32:06 -04:00
Avoid hardcoding executable name in make.bash
That incorrectly produced `pat` instead of `pat.exe` on Windows.
This commit is contained in:
parent
52625bdfaf
commit
10f9e9c31f
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ fi
|
|||
echo
|
||||
|
||||
echo "Building Pat v$VERSION..."
|
||||
go build -tags "$TAGS" -o pat
|
||||
go build -tags "$TAGS"
|
||||
|
||||
# Build macOS pkg
|
||||
if [[ "$OS" == "darwin"* ]] && command -v packagesbuild >/dev/null 2>&1; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue