Skip to content

Commit

Permalink
Fix update mode not being set for nsis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Feb 24, 2024
1 parent 321ba28 commit 159fc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ builds:
# The default args
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
# Auto-update mode
- -X autoupdate.updateMode=nsis
- -X main.updateMode=nsis

flags:
- -s
Expand Down

0 comments on commit 159fc01

Please sign in to comment.