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

View File

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