How to pass environment variables to wine program itself? "LANG=ja_JP.UTF-8 wine game.exe" for example #698
-
I see "run with arguments" but that just passes command line arguments to the exe file being run. I want to pass arguments to wine itself. How can I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
mirkobrombin
Nov 6, 2021
Replies: 1 comment 3 replies
-
Are you talking about environment variables? Or wine parameters like |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
whp199
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you talking about environment variables? Or wine parameters like
--version
?