diff options
author | Kimiblock Moe | 2025-01-21 13:09:03 +0800 |
---|---|---|
committer | Kimiblock Moe | 2025-01-21 13:09:03 +0800 |
commit | 85aeebd6e2c7360ab9b3238afee2eb526166e019 (patch) | |
tree | ba3b7bdea109a2b985ffbd4cd052f21fcb04ac23 /start.sh | |
parent | f9f62cd2705d045b3f74cd7b6cda032686d1bd31 (diff) | |
download | aur-85aeebd6e2c7360ab9b3238afee2eb526166e019.tar.gz |
Support Wayland ScreenCast
Diffstat (limited to 'start.sh')
-rw-r--r-- | start.sh | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |