Skip to content

Commit

Permalink
Change generation
Browse files Browse the repository at this point in the history
  • Loading branch information
cugu committed Oct 7, 2021
1 parent 3d51840 commit 43cb6d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ import (
"github.com/forensicanalysis/artifactsgo"
)

//go:generate go install golang.org/x/tools/cmd/goimports github.com/cugu/go-resources/cmd/resources@v0.3.0 github.com/akavel/rsrc
//go:generate go install golang.org/x/tools/cmd/goimports@v0.1.7
//go:generate go install github.com/cugu/go-resources/cmd/resources@v0.3.0
//go:generate go install github.com/akavel/rsrc@v0.10.2
//go:generate go run scripts/yaml2go/main.go pack/ac.yaml pack/artifacts/*
//go:generate resources -package assets -output assets/bin.generated.go pack/bin/*
//go:generate rsrc -arch amd64 -manifest resources/artifactcollector.exe.manifest -ico resources/artifactcollector.ico -o resources/artifactcollector.syso
Expand Down

0 comments on commit 43cb6d3

Please sign in to comment.