app-emulation/winne-cellar - update
[anomen-overlay.git] / app-emulation / wine-cellar / files / regedit.sh.template
blob412d2ff72d02948047741db49acfec3519e42a4b
1 #!/bin/sh -x
2 PROFILE="@PROFILE@"
4 export WINEARCH="win32"
5 export WINECELLAR="$HOME/Wine"
6 export WINEPREFIX="$WINECELLAR/$PROFILE"
8 export REAL_HOME="$HOME"
9 export HOME="$WINEPREFIX"
10 export XDG_CONFIG_HOME="$WINEPREFIX/.config"
11 export XDG_DATA_HOME="$WINEPREFIX/.local"
13 #export WINEDEBUG=-all
15 cd "$WINEPREFIX/drive_c"
17 wine regedit "$@"