Skip to content

Commit

Permalink
rename asset so auto-update works again :/
Browse files Browse the repository at this point in the history
  • Loading branch information
intrand committed Oct 14, 2022
1 parent 46b507b commit 314f6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ builds:
ldflags:
- "-s -w -X 'main.version={{.Version}}' -X 'main.commit={{.Commit}}' -X 'main.date={{ .CommitDate }}' -X 'main.builtBy=github.com/goreleaser/goreleaser-action'"
archives:
- name_template: "{{ .ProjectName }}"
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
id: binary
format: binary
checksum:
Expand All @@ -35,7 +35,7 @@ release:
Don't panic, this is really simple.
1. Switch to Desktop Mode on your Steam Deck.
2. Use Chrome or Firefox to download `sd-ge-proton-updater` and run it.
2. Use Chrome or Firefox to download `sd-ge-proton-updater_linux_amd64` and run it.
3. Click Install.
3. Reboot your Steam Deck.
4. Wait a little while for it to download, verify and extract the latest installation of GE-Proton from the official GitHub repo. Timing highly depends on Internet connection speed.
Expand Down

0 comments on commit 314f6a5

Please sign in to comment.