Skip to content

Commit 44a00b7

Browse files
authored
Merge pull request #9 from Reginald-Gillespie/main
Defender fix attempt 2
2 parents 53a8ba1 + 7f6a4d6 commit 44a00b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ jobs:
169169
run: |
170170
export GOROOT=/mingw64/lib/go
171171
export GOPATH=/mingw64
172-
CGO_ENABLED=1 GOOS=windows GOARCH=386 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
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 "-X 'vencord/buildinfo.InstallerGitHash=$(git rev-parse --short HEAD)' -X 'vencord/buildinfo.InstallerTag=${{ github.ref_name }}'" -o EquilotlCli.exe
173174
174175
- name: Upload artifact
175176
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)