diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-18 15:09:24 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-18 15:09:24 -0400 |
commit | 842b292a98be638ebebdc54bf41c5f80faf657c4 (patch) | |
tree | 687576e881377c26a74fd3d981af1c96d2873faa /Lamento/env | |
parent | DOOM (diff) | |
download | winescripts-842b292a98be638ebebdc54bf41c5f80faf657c4.tar.gz winescripts-842b292a98be638ebebdc54bf41c5f80faf657c4.tar.bz2 winescripts-842b292a98be638ebebdc54bf41c5f80faf657c4.zip |
Lamento
Diffstat (limited to 'Lamento/env')
-rwxr-xr-x | Lamento/env | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Lamento/env b/Lamento/env new file mode 100755 index 0000000..c7f18da --- /dev/null +++ b/Lamento/env @@ -0,0 +1,8 @@ +#!/bin/sh + +wineserver -k +export LANG=ja_JP.UTF-8 +export LC_ALL=ja_JP.UTF-8 +export WINEPREFIX="$(pwd)/wine" +export WINEARCH=win32 +export WINEESYNC=1 |