This commit is contained in:
parent
2936294eed
commit
0d4dee6a4a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/coronafana
|
||||
/*.ini
|
||||
/*.json
|
||||
/dist
|
||||
|
@ -1,11 +1,11 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash -x
|
||||
|
||||
PROJECTNAME=coronafana
|
||||
RELEASEDIR=dist
|
||||
RELEASENAME=${PROJECTNAME}
|
||||
VERSION="0"
|
||||
|
||||
GOOPTIONS="-mod=vendor -ldflags='-s -w'"
|
||||
GOOPTIONS="-mod=vendor"
|
||||
SRCFILES=cmd/coronafana/*.go
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user