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