mirror of
https://github.com/Xevion/HATray.git
synced 2025-12-05 23:15:09 -06:00
chore: add 'run' task to windows taskfile
This commit is contained in:
@@ -15,6 +15,11 @@ tasks:
|
||||
cmds:
|
||||
- go build -ldflags "-X main.Version={{.VERSION}} -X main.Commit={{.COMMIT}} -X 'main.BuildDate={{.BUILDDATE}}'" -o ./bin/{{.BINARY_NAME}} ./cmd/main.go
|
||||
|
||||
run:
|
||||
desc: "Run the application"
|
||||
cmds:
|
||||
- go run ./cmd/main.go
|
||||
|
||||
service:
|
||||
desc: "Install the service"
|
||||
deps: [build]
|
||||
|
||||
Reference in New Issue
Block a user