We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe70c9 commit 7ca60caCopy full SHA for 7ca60ca
.github/workflows/release.yml
@@ -169,7 +169,6 @@ jobs:
169
run: |
170
export GOROOT=/mingw64/lib/go
171
export GOPATH=/mingw64
172
- go-winres make --product-version git-tag --file-version git-tag
173
CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -v -tags "cli" -ldflags "-s -w -X 'vencord/buildinfo.InstallerGitHash=$(git rev-parse --short HEAD)' -X 'vencord/buildinfo.InstallerTag=${{ github.ref_name }}'" -o EquilotlCli.exe
174
175
- name: Upload artifact
0 commit comments