Skip to content

Commit

Permalink
Fix windows go build in install.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorriegler committed Oct 9, 2024
1 parent bd8d869 commit f37f16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if not exist %target% (
echo Directory %target% created.
)

go build mob.go
go build
copy mob.exe %target%
echo 'mob.exe' installed to %target%

Expand Down

0 comments on commit f37f16b

Please sign in to comment.