mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-05-21 07:29:50 +08:00
12.6.2
This commit is contained in:
parent
885eb4cfc6
commit
ae87013a3a
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,4 +1,4 @@
|
||||
amber-ce-bookworm (12.6.1) UNRELEASED; urgency=low
|
||||
amber-ce-bookworm (12.6.2) UNRELEASED; urgency=low
|
||||
* fix: Can't pass args via bwrap
|
||||
* fix: Auto upgrade service always pop up upgradable notifier
|
||||
* fix: /etc/apt/sources.list only request main repo
|
||||
@ -7,5 +7,6 @@ amber-ce-bookworm (12.6.1) UNRELEASED; urgency=low
|
||||
* adjust: remove dpkg from building depends
|
||||
* 把默认目录改为 amber-ce-bookworm
|
||||
* 支持使用Nvidia驱动加速
|
||||
* 修复 Root 下无法获取IS_ACE_ENV=1
|
||||
|
||||
-- shenmo <shenmo@spark-app.store> Wed, 25 Sep 2024 23:15:49 +0800
|
||||
|
@ -63,7 +63,7 @@ local file=$1
|
||||
chmod +x $file
|
||||
}
|
||||
|
||||
if [ "${IS_ACE_ENV}" != "" ] || [[ -e /opt/ace-host-integration/ace-host-integration ]] && [[ -e /flamescion-container-tools ]];then
|
||||
if [ "${IS_ACE_ENV}" != "" ] ;then
|
||||
if [ -e /opt/apps/ ];then
|
||||
for app_dir in $(ls /opt/apps/); do
|
||||
for file in /opt/apps/$app_dir/entries/applications/*.desktop;do
|
||||
|
Loading…
x
Reference in New Issue
Block a user