summarylogtreecommitdiffstats
path: root/portable-config
diff options
context:
space:
mode:
authorKimiblock Moe2025-01-01 01:23:51 +0800
committerKimiblock Moe2025-01-01 01:23:51 +0800
commitabb0c0b92db719daed9cc9564ab5d21081605004 (patch)
treef65c350850cff15ca09fcfe981665d43fae3548e /portable-config
parentcd1ac9ba6daaf4ef3c051a83c23473f7c2308e24 (diff)
downloadaur-abb0c0b92db719daed9cc9564ab5d21081605004.tar.gz
Initial Commit
Diffstat (limited to 'portable-config')
-rw-r--r--portable-config21
1 files changed, 21 insertions, 0 deletions
diff --git a/portable-config b/portable-config
new file mode 100644
index 000000000000..dcd5fbb77d84
--- /dev/null
+++ b/portable-config
@@ -0,0 +1,21 @@
+#!/usr/bin/bash
+
+# This is your Application ID, avoid conflict
+appID="com.qq.weixin"
+
+# This is a friendly name of an application. It should only contain ASCII characters and not spaces.
+friendlyName="WeChat"
+
+# This is the state directory of your application, which is located under "XDG_DATA_HOME"
+stateDirectory="WeChat_Data"
+
+# This is the target executable to launch
+launchTarget="/opt/wechat/wechat"
+
+# Takes boolean value. When enabled, do not process XAuth files and enable X access. Generally this should be always false.
+waylandOnly="false"
+
+QT_QPA_PLATFORM=xcb
+IBUS_USE_PORTAL=1
+QT_AUTO_SCREEN_SCALE_FACTOR=1
+QT_PLUGIN_PATH="/usr/lib/qt/plugins /opt/wechat-uos-qt/files/wechat"