From 6bd4a5fd74388b6b5f200bcc7c5726f3f5184e26 Mon Sep 17 00:00:00 2001 From: Marek Miklewicz Date: Tue, 2 Jun 2026 19:25:52 +0200 Subject: [PATCH] chore: allow packaging before final icon --- scripts/package.sh | 5 ----- tests/package_contents_test.php | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/scripts/package.sh b/scripts/package.sh index 037c85c..61760e6 100755 --- a/scripts/package.sh +++ b/scripts/package.sh @@ -6,11 +6,6 @@ if [ -z "$VERSION" ]; then echo "Cannot determine version from plugin.conf" >&2 exit 1 fi -if [ ! -f images/user_icon.svg ]; then - echo "Missing user-supplied icon: src/images/user_icon.svg" >&2 - exit 1 -fi - ROOT_DIR="$(cd .. && pwd)" mkdir -p "$ROOT_DIR/archives/$VERSION" tar -czf "$ROOT_DIR/archives/$VERSION/global-autoresponder.tar.gz" \ diff --git a/tests/package_contents_test.php b/tests/package_contents_test.php index 6266fcf..a5a907f 100644 --- a/tests/package_contents_test.php +++ b/tests/package_contents_test.php @@ -1,9 +1,9 @@