Skip to content

Commit f37f16b

Browse files
committed
Fix windows go build in install.cmd
1 parent bd8d869 commit f37f16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if not exist %target% (
1111
echo Directory %target% created.
1212
)
1313

14-
go build mob.go
14+
go build
1515
copy mob.exe %target%
1616
echo 'mob.exe' installed to %target%
1717

0 commit comments

Comments
 (0)