From bb360003ab4f30afeaffba05952250a22b449275 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 13 Sep 2022 16:01:09 -0700 Subject: [PATCH] Remove screencap from bundle --- appinfo/info.xml | 2 +- bundle.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 8418cc00..139f6b97 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -32,7 +32,7 @@ The exact steps depend on your Nextcloud platform. If you use Docker for your Ne - **MacOS**: `brew install exiftool` - **FreeBSD**: `sudo pkg install p5-Image-ExifTool` ]]> - 1.1.2 + 1.1.4 agpl Varun Patil https://github.com/pulsejet/memories diff --git a/bundle.sh b/bundle.sh index 72400f41..a46a0631 100755 --- a/bundle.sh +++ b/bundle.sh @@ -7,6 +7,7 @@ mkdir -p /tmp/memories cp -R appinfo css img js lib templates COPYING README.md exiftest* composer* /tmp/memories cd /tmp +rm -f memories/appinfo/screencap* memories/js/*.map rm -rf memories.tar.gz tar -zvcf memories.tar.gz memories/