shkhln / linuxulator-steam-utils

Steam launcher for FreeBSD
MIT License
125 stars 12 forks source link

Why Proton 6.3 #88

Closed steambsd closed 1 year ago

steambsd commented 2 years ago

In your instruction: In Steam install Proton 6.3 (appid 1580130). But commits: Adjust bin/lsu-register-proton for Proton 7.0. I386_PKG_ROOT = ENV['LSU_i386_PKG_ROOT'] || File.join(ENV['HOME'], '.i386-wine-pkg') PROTON_VERSION = '6.3' I386_PKG_ROOT = ENV['LSU_i386_PKG_ROOT'] || ENV['WINE_i386_ROOT'] || File.join(ENV['HOME'], '.i386-wine-pkg') PROTON_VERSION = '7.0'