Skip to content

Commit 46133db

Browse files
committed
prapare wifiadb
1 parent a54aaf7 commit 46133db

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

wifiadb/.goreleaser.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Build customization
2+
project_name: wifiadb
3+
builds:
4+
- main: main.go
5+
binary: wifiadb
6+
goos:
7+
- windows
8+
- darwin
9+
- linux
10+
goarch:
11+
- amd64
12+
# Archive customization
13+
archive:
14+
format: tar.gz
15+
replacements:
16+
amd64: 64-bit
17+
darwin: macOS

wifiadb/wifiadb

-2.13 MB
Binary file not shown.

0 commit comments

Comments
 (0)