completion没改过来

This commit is contained in:
2025-11-01 08:57:27 +08:00
parent 3edefa0243
commit 0f6780e4f4
3 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
Package: apm
Source: amber-ce
Version: 1.1.2
Architecture: amd64
Architecture: arm64
Maintainer: shenmo <shenmo@spark-app.store>
Installed-Size: 48724
Installed-Size: 46496
Depends: bubblewrap, flatpak, policykit-1 | pkexec | polkit-1 | polkit, systemd, procps,coreutils,fuse-overlayfs,xz-utils,libnotify-bin,curl,xdg-user-dirs
Section: misc
Conflicts: ace-host-integration

View File

@@ -44,7 +44,7 @@ _apm()
"update"
"upgrade" "full-upgrade" "dist-upgrade"
"run"
"run-sandbox"
"sandbox-run"
"help"
"source" "build-dep"
"clean" "autoclean"
@@ -239,7 +239,7 @@ fi
command grep "^Source: $cur" | sort -u | cut -f2 -d" " ) )
return 0
;;
run|run-sandbox)
run|sandbox-run)
COMPREPLY=( $( compgen -W "$(apm_run_compgen)" "$cur" ) )
return 0
;;

0
src/var/lib/apm/apm/amber-pm-logo.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB