summarylogtreecommitdiffstats
path: root/lsetwatch.sh
diff options
context:
space:
mode:
authorFrederik Leonhardt2024-05-25 09:12:03 +1200
committerFrederik Leonhardt2024-05-25 09:12:03 +1200
commite5e6e441ed06fd43770d6324381b2c673da07ee3 (patch)
treefd18e3d3fac54296f53c468a85625ca0a7b96fb6 /lsetwatch.sh
downloadaur-e5e6e441ed06fd43770d6324381b2c673da07ee3.tar.gz
Initial upload: lsetwatch 1.20-1
Diffstat (limited to 'lsetwatch.sh')
-rw-r--r--lsetwatch.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/lsetwatch.sh b/lsetwatch.sh
new file mode 100644
index 000000000000..ce66da5282ae
--- /dev/null
+++ b/lsetwatch.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+pkgname=lsetwatch
+[ -z "$XDG_DATA_HOME" ] && XDG_DATA_HOME="$HOME/.local/share"
+export WINEPREFIX="$XDG_DATA_HOME/$pkgname"
+export WINEDLLOVERRIDES="mshtml="
+
+wine /usr/share/"$pkgname"/Lsetwatch.exe "$@"
+