summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas18182020-07-01 14:32:49 +0200
committerLukas18182020-07-01 14:32:49 +0200
commitf009612e0783a11b45ade351d16eab167bd8697b (patch)
treeb5ba52b97d618b0f2c6fd14abf7a92c39ab03ad0
parent64e6589f7928e881fd1e62e19491fa9965e9fad6 (diff)
downloadaur-f009612e0783a11b45ade351d16eab167bd8697b.tar.gz
fix online muliplayer
use export_desktop.cfg
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 287a988ec35f..7feeffcf4f8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,9 +26,7 @@ prepare()
mkdir -p "$srcdir/build"
cd "$srcdir/Tanks-of-Freedom-$_pkgtag-beta"
- echo "[platform:Linux X11]" >> export.cfg
- echo "" >> export.cfg
- echo "resources/pack_mode=0" >> export.cfg
+ cp buildConfig/export_desktop.cfg export.cfg
}
build()