diff --git a/src/DEBIAN/control b/src/DEBIAN/control index 1eda176..628b919 100755 --- a/src/DEBIAN/control +++ b/src/DEBIAN/control @@ -1,9 +1,9 @@ Package: apm Source: amber-ce Version: 1.1.2 -Architecture: amd64 +Architecture: arm64 Maintainer: shenmo -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 diff --git a/src/usr/share/bash-completion/completions/apm b/src/usr/share/bash-completion/completions/apm index 44091fe..2a38d7e 100755 --- a/src/usr/share/bash-completion/completions/apm +++ b/src/usr/share/bash-completion/completions/apm @@ -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 ;; diff --git a/src/var/lib/apm/apm/amber-pm-logo.png b/src/var/lib/apm/apm/amber-pm-logo.png old mode 100644 new mode 100755