Skip to content

Commit 9a723ea

Browse files
authored
Update main.go
1 parent e32e114 commit 9a723ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hacker-select/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func main() {
187187
items = append(items, item{typ: app, title: "lutris", desc: "APT - Game launcher", value: "lutris"})
188188
items = append(items, item{typ: app, title: "Steam", desc: "Flatpak - Gaming platform", value: "com.valvesoftware.Steam"})
189189
items = append(items, item{typ: app, title: "Pika Torrent", desc: "Flatpak - Torrent client", value: "io.github.giantpinkrobots.varia"})
190-
items = append(items, item{typ: app, title: "ProtonUp-Qt", desc: "Flatpak - Proton manager", value: "net.davidotek.pupgui2"})
190+
items = append(items, item{typ: app, title: "ProtonPlus", desc: "Flatpak - Proton manager", value: "com.vysp3r.ProtonPlus"})
191191
items = append(items, item{typ: app, title: "Heroic Games Launcher", desc: "Flatpak - Epic/GOG launcher", value: "com.heroicgameslauncher.hgl"})
192192
items = append(items, item{typ: app, title: "protontricks", desc: "Flatpak - Proton utils", value: "protontricks"})
193193
items = append(items, item{typ: app, title: "Discord", desc: "Flatpak - Chat app", value: "com.discordapp.Discord"})

0 commit comments

Comments
 (0)