Fixed launchers not being installed with the new Proton management

This commit is contained in:
Faugus
2026-01-08 22:29:30 -03:00
parent 256f943b36
commit 55b8fd48b1
+2 -2
View File
@@ -2540,9 +2540,9 @@ class Main(Gtk.Window):
if runner:
if runner == "Proton-CachyOS":
command = f"PROTONPATH={proton_cachyos} {command}"
command = f"PROTONPATH='{proton_cachyos}' {command}"
else:
command = f"PROTONPATH={runner} {command}"
command = f"PROTONPATH='{runner}' {command}"
self.bar_download.set_visible(False)
self.label_download2.set_visible(True)