This commit is contained in:
kolaente 2020-09-01 22:58:17 +02:00
parent 07f01dfcdc
commit c081e40d02
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 4 deletions

View File

@ -383,10 +383,6 @@ func Build() {
runAndStreamOutput("go", "build", Goflags[0], "-tags", Tags, "-ldflags", "-s -w "+Ldflags, "-o", Executable)
}
func CompressBuild() {
}
func Release() {
}
@ -411,6 +407,10 @@ func ReleaseCompress() {
}
func CompressBuild() {
}
func ReleaseCopy() {
}