Commit 024b277 1 parent 4f1420e commit 024b277 Copy full SHA for 024b277
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# H Y P E R S P A C E D
2
2
3
3
[ ![ Build Status] ( https://cloud.drone.io/api/badges/72636c/hyperspaced/status.svg )] ( https://cloud.drone.io/72636c/hyperspaced )
4
+ [ ![ Latest Release] ( https://img.shields.io/github/release/72636c/hyperspaced.svg?logo=github )] ( https://github.com/72636c/hyperspaced/releases/latest )
4
5
5
6
Command line utilities to improve the aesthetics of your favourite phrases with
6
7
automatic space insertion (ASI).
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ function build() {
12
12
export GOARCH=" $GOARCH "
13
13
export GOOS=" $GOOS "
14
14
15
- go build -o " $OUTDIR /$GOOS -$GOARCH /$COMMAND " " ./cmd/$COMMAND "
15
+ go build \
16
+ -ldflags ' -extldflags "-static"' \
17
+ -o " $OUTDIR /$GOOS -$GOARCH /$COMMAND " \
18
+ " ./cmd/$COMMAND "
16
19
)
17
20
}
18
21
@@ -32,6 +35,8 @@ OUTDIR="${OUTDIR:-$DEFAULT_OUTDIR}"
32
35
33
36
build darwin amd64 spaced
34
37
build linux amd64 spaced
38
+ build windows amd64 spaced
35
39
36
40
package darwin amd64
37
41
package linux amd64
42
+ package windows amd64
You can’t perform that action at this time.
0 commit comments