This commit is contained in:
vinceliuice
2025-08-19 09:33:15 +08:00
parent 1c4e533ab7
commit f7df7cb9e5
6 changed files with 42 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ install_theme_deps() {
}
install_beggy_deps() {
if ! has_command convert; then
if ! has_command magick; then
prompt -w "DEPS: 'imagemagick' is required for background editing."
prepare_deps; stop_animation