Skip to content

Commit e826925

Browse files
committed
Fix build_for_release.msh
1 parent 6c661b4 commit e826925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mshell/build_for_release.msh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def build_os_arch (--)
4040
list! @list :0: $GOOS! @list :1: $GOARCH! @list :2: $BIN_NAME!
4141
$"Working on {$GOOS} {$GOARCH}" wl
4242
[go build -o $"bin/{$GOOS}_{$GOARCH}/{$BIN_NAME}"];
43-
[cp ../lib/std.msh $"bin/{$GOOS}_{$GOARCH}/std.msh"];
43+
`../lib/std.msh` $"bin/{$GOOS}_{$GOARCH}/std.msh" cp
4444
[tar -C $"bin/{$GOOS}_{$GOARCH}" -czf $"bin/{$GOOS}_{$GOARCH}.tar.gz" $"{$BIN_NAME}" std.msh];
4545
end
4646

0 commit comments

Comments
 (0)