How to access full shell PATH in standalone app built for macos? #314
Answered
by
FabianLars-crabnebula
teamclouday
asked this question in
Q&A
-
|
I've built a rust app for macos in dmg format: Now the issue is that the installed app can only see I also tried |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars-crabnebula
Mar 31, 2025
Replies: 1 comment 1 reply
-
|
in tauri land we created this https://github.com/tauri-apps/fix-path-env-rs/ - it will read the shell files and will overwrite the PATH env var in your app with the fully resolved env. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
teamclouday
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in tauri land we created this https://github.com/tauri-apps/fix-path-env-rs/ - it will read the shell files and will overwrite the PATH env var in your app with the fully resolved env.