mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Merge ec98a74dfd into 092f10a6ab
This commit is contained in:
@@ -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"]);
|
||||
|
||||
Reference in New Issue
Block a user