chore: allow packaging before final icon
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user