Skip to content

Commit

Permalink
Remove screencap from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Sep 13, 2022
1 parent 8d09753 commit bb36000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
]]></description>
<version>1.1.2</version>
<version>1.1.4</version>
<licence>agpl</licence>
<author mail="radialapps@gmail.com" >Varun Patil</author>
<website>https://github.com/pulsejet/memories</website>
Expand Down
1 change: 1 addition & 0 deletions bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit bb36000

Please sign in to comment.