Packages: Add linux wine env script.
parent
1e8925fbb3
commit
817be64558
|
|
@ -0,0 +1,6 @@
|
|||
#/bin/sh
|
||||
|
||||
export WINEPREFIX=$PWD/wine
|
||||
export WINEDEBUG=-all
|
||||
|
||||
wine $@
|
||||
Loading…
Reference in New Issue