This commit is contained in:
Corben Dallas
2025-09-11 23:18:08 +08:00
committed by GitHub
+1 -1
View File
@@ -76,7 +76,7 @@ export class SteamService {
switch (process.platform) {
case "linux":
this.steamPath = path.join(app.getPath("home"), ".steam", "steam");
this.steamPath = path.join(app.getPath("home"), "Steam");
return this.steamPath;
case "win32": {
const res = await list(["HKLM\\SOFTWARE\\Valve\\Steam", "HKLM\\SOFTWARE\\WOW6432Node\\Valve\\Steam"]);