A small fix

This commit is contained in:
EricLin0509 2025-02-22 10:40:28 +08:00
parent 7f1576a179
commit 83f98723d5
Failed to generate hash of commit

View file

@ -11,9 +11,7 @@ include <tunables/global>
@{config_dirs} = @{user_config_dirs}/@{name}
@{cache_dirs} = @{user_cache_dirs}/@{name}
@{exec_path} = @{bin}/wechat
@{exec_path} += @{lib_dirs}/wechat-appimage.Appimage
@{exec_path} += /tmp/.mount_wechat??????/user/bin/wechat
@{exec_path} = @{bin}/wechat @{lib_dirs}/wechat-appimage.Appimage /tmp/.mount_wechat??????/user/bin/wechat
profile wechat-appimage @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/attached/consoles>