feat: use goreleaser to generate linux packages
This commit is contained in:
@ -5,10 +5,13 @@ import (
|
||||
"forge.cadoles.com/arcad/arcast/internal/command/player"
|
||||
)
|
||||
|
||||
var Version = "dev"
|
||||
|
||||
func main() {
|
||||
command.Main(
|
||||
"arcast",
|
||||
"Arcast desktop player",
|
||||
"desktop player",
|
||||
Version,
|
||||
player.Root().Subcommands...,
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user