summarylogtreecommitdiffstats
path: root/thr-editor
diff options
context:
space:
mode:
authorLeonid Ezersky2021-05-30 21:10:43 +0300
committerLeonid Ezersky2021-05-30 21:10:43 +0300
commitd5470a68e7bcc0ea2729ff55c4c22c7b5f0a9288 (patch)
treef9e94e1c548590942b894732bef2cb4fce5f0eeb /thr-editor
downloadaur-thr-editor.tar.gz
Initial commit.
Diffstat (limited to 'thr-editor')
-rw-r--r--thr-editor10
1 files changed, 10 insertions, 0 deletions
diff --git a/thr-editor b/thr-editor
new file mode 100644
index 000000000000..4674ec9e5e5b
--- /dev/null
+++ b/thr-editor
@@ -0,0 +1,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 "$@"