summarylogtreecommitdiffstats
path: root/thr-editor
blob: 4674ec9e5e5b6b20787aa62235b1ecf4a854bc97 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
export WINEARCH=win64
export WINEDEBUG=-all
export WINEDLLOVERRIDES="mscoree,mshtml="
export WINEPREFIX="$HOME/.thr-editor/wine"
if [ ! -d "$HOME/.thr-editor" ] ; then
   mkdir -p "$HOME/.thr-editor/wine"
   wineboot -u
fi
wine /usr/share/thr-editor/thr-editor.exe "$@"