修改: src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/bin/ace-uninstall-helper-gui

This commit is contained in:
2023-11-15 14:10:49 +08:00
parent a1593ea635
commit f89f92533f
2 changed files with 2 additions and 2 deletions

View File

@@ -4,5 +4,5 @@ Section: misc
Priority: optional
Depends: bubblewrap,flatpak,zenity,policykit-1
Maintainer: shenmo <shenmo@spark-app.store>
Architecture: arm64
Architecture: amd64
Description: bwrap wrapper for install and running debs inside a bookworm container

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if [ "$UID" != "0" ];then
pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY $0
pkexec $0
exit
fi
# 定义应用列表文件路径