Update make-zip.sh

This commit is contained in:
Katayama Hirofumi MZ 2024-05-31 11:27:23 +09:00 committed by GitHub
parent 177674a65d
commit 6534aaf893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Build a zip file from wallpapers
# Create a zip file from wallpapers
if ! command -v zip &> /dev/null
then