We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bad84e commit 9ebdf26Copy full SHA for 9ebdf26
src/renderer/main.ts
@@ -12,7 +12,7 @@ const process: typeof import("process") = require("node:process");
12
/**
13
* @note A big chunk of our userbase uses WinBoat under an immutable distro through GearLever.
14
* In case it's the flatpak version of GearLever, PATH, and some other environment variables are stripped by default.
15
- * We include the default homebrew bin directiory for exactly this reason.
+ * We include the default homebrew bin directory for exactly this reason.
16
* It's not WinBoat's responsibility if the PATH envvar is incomplete, but in this case it affects a lot of users.
17
*/
18
process.env.PATH && (process.env.PATH += `:${DEFAULT_HOMEBREW_DIR}`);
0 commit comments