We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a624d72 commit 09e0f47Copy full SHA for 09e0f47
.goreleaser.yml
@@ -1,29 +1,5 @@
1
# Build customization
2
builds:
3
- -
4
- main: ./cmd/dcsub2srt/main.go
5
- binary: dcsub2srt
6
- goos:
7
- - windows
8
- - darwin
9
- goarch:
10
- - 386
11
- - amd64
12
- ignore:
13
- - goos: darwin
14
- goarch: 386
15
16
- main: ./cmd/ssa2srt/ssa2srt.go
17
- binary: ssa2srt
18
19
20
21
22
23
24
25
26
27
-
28
main: ./cmd/subber/subber.go
29
binary: subber
0 commit comments