Skip to content

Commit df15a06

Browse files
committed
Non-functional typo correction
- Corrected echoing wrong build destination
1 parent cffcf6d commit df15a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ref/Build.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ exit /b
7070

7171
if not exist "Release/%GOOS%_%GOARCH%" md "Release/%GOOS%_%GOARCH%"
7272

73-
echo Building %APP%_%GOOS%_%GOARCH%%EXT%...
73+
echo Building %GOOS%_%GOARCH%/%APP%%EXT%...
7474
go build -ldflags="-s -w" -o "Release/%GOOS%_%GOARCH%/%APP%%EXT%" %APP%.go %INC%
7575

7676
exit /b

0 commit comments

Comments
 (0)