summarylogtreecommitdiffstats
path: root/gog-stardew-valley
diff options
context:
space:
mode:
authorDan Beste2019-02-06 00:04:15 -0600
committerDan Beste2019-02-06 00:04:15 -0600
commit95f9471b0db447942f654eb09f304dbd984b563c (patch)
treed36a2ee14dcc3e1a0cdd3b7d0b27fb61d92cb1ff /gog-stardew-valley
parent7d3d21c7fd085b5d1c48235010bcfb1f84cffabf (diff)
downloadaur-95f9471b0db447942f654eb09f304dbd984b563c.tar.gz
upgpkg: gog-stardew-valley 11.3.33-1
upstream release * Subject: [aur-general] package review request: gog-pyre * Updated URL to be standards-compliant. * Updated gog-stardew-valley to help prevent crashes.
Diffstat (limited to 'gog-stardew-valley')
-rwxr-xr-xgog-stardew-valley3
1 files changed, 2 insertions, 1 deletions
diff --git a/gog-stardew-valley b/gog-stardew-valley
index 8bbb190b4d6c..00980f3cf26d 100755
--- a/gog-stardew-valley
+++ b/gog-stardew-valley
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
-/opt/gog-stardew-valley/start.sh "${@}"
+# https://github.com/mono/mono/issues/11557
+TERM=xterm /opt/gog-stardew-valley/start.sh "${@}"
# vim: sw=2 ts=2 et: