mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-05-20 23:19:50 +08:00
12.6.5
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
parent
ab64e78fa5
commit
6ee00a33b2
debian
src/opt/apps/amber-ce-bookworm/files/flamescion-container-tools/ace-host-integration/opt/ace-host-integration
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,7 +1,8 @@
|
||||
amber-ce-bookworm (12.6.4) UNRELEASED; urgency=low
|
||||
amber-ce-bookworm (12.6.5) UNRELEASED; urgency=low
|
||||
* 修复 Arch 下无法在容器中使用 Bwrap
|
||||
* 修复 bwrap 下无法使用N卡加速
|
||||
* 修复 无法启动自动更新
|
||||
* 修复 绝对路径图标路径检查出错
|
||||
-- shenmo <shenmo@spark-app.store> Wed, 25 Sep 2024 23:15:49 +0800
|
||||
|
||||
|
||||
|
@ -54,7 +54,7 @@ local file=$1
|
||||
icon_line=$(grep "^Icon=" "$file")
|
||||
if [[ "$icon_line" == "Icon=/"* ]]; then
|
||||
# 如果Icon=后面接的是/,则添加前缀
|
||||
sed -i 's|^Icon=/|Icon=/opt/apps/amber-ce-bookworm/files/bookworm-env/|' "$file"
|
||||
sed -i 's|^Icon=/|Icon=/opt/apps/amber-ce-bookworm/files/ace-env/|' "$file"
|
||||
fi
|
||||
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user