Skip to content

Commit

Permalink
fix: add to path does not work on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyta committed Jan 2, 2022
1 parent 29d2b7b commit 6eac70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/helpers/LegendaryInstaller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class LegendaryInstaller {
shell: "powershell.exe"
});
} else {
execSync(`PATH=$PATH:${app.getPath("userData")}"`, {
execSync(`PATH="$PATH:${app.getPath("userData")}"`, {
shell: "/bin/bash"
});
}
Expand Down

0 comments on commit 6eac70f

Please sign in to comment.