I think I should be able to figure this out for myself, but I haven't been able to do so you.
I have a WineskinStartupScript that reads things from the OS X environment and sets some variables that the StartupScript uses to do some housecleaning and setting up.
Is it possible to pass an environmental variable from the startup script to Wine itself? I tried adding this to the startup script:
export MYVAR=MyString
and then I tried to add this command to the custom startup commands in Wineskin:
export MYVAR=$MYVAR
but that only created an empty variable MYVAR in Wine (visible when I opened a command-line shell).
Is there any way to get MYVAR from the startup script into the Wine environment?
Thanks for any help!
↧