Skip to content

Commit

Permalink
fix windows 7 launch issue fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Janetzko committed Jan 6, 2025
1 parent 92331c2 commit ca16154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ builds:
- id: windows-amd64
binary: LegendsBrowser
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- windows
goarch:
Expand Down

1 comment on commit ca16154

@davidraccoon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This didn't fix the error:

Image

It still closes right away on launch, displaying that error if opened with CMD.

Please sign in to comment.