Skip to content

Commit 1081d72

Browse files
committed
Changed name of darwin executable to be more clear what it is
1 parent 3cbb173 commit 1081d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ go build -o ./.output/wisk32 .
7171

7272
export GOOS=darwin
7373
export GOARCH=amd64
74-
go build -o ./.output/wisk.bin .
74+
go build -o ./.output/wisk_osx .
7575

7676
export GOOS=windows
7777
export GOARCH=amd64

0 commit comments

Comments
 (0)