summarylogtreecommitdiffstats
path: root/start.sh
diff options
context:
space:
mode:
authorKimiblock Moe2025-01-21 13:09:03 +0800
committerKimiblock Moe2025-01-21 13:09:03 +0800
commit85aeebd6e2c7360ab9b3238afee2eb526166e019 (patch)
treeba3b7bdea109a2b985ffbd4cd052f21fcb04ac23 /start.sh
parentf9f62cd2705d045b3f74cd7b6cda032686d1bd31 (diff)
downloadaur-85aeebd6e2c7360ab9b3238afee2eb526166e019.tar.gz
Support Wayland ScreenCast
Diffstat (limited to 'start.sh')
-rw-r--r--start.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/start.sh b/start.sh
index edcd68767a8e..f9971a985b27 100644
--- a/start.sh
+++ b/start.sh
@@ -2,4 +2,12 @@
export _portableConfig="com.tencent.wemeet"
-portable
+if [[ "$@" = "--actions opendir" ]]; then
+ portable --actions opendir
+elif [[ "$@" = "--actions share-files" ]]; then
+ portable --actions share-files
+elif [[ "$@" = "--actions quit" ]]; then
+ portable --actions quit
+else
+ portable
+fi \ No newline at end of file