parent
8d097535fd
commit
bb360003ab
|
@ -32,7 +32,7 @@ The exact steps depend on your Nextcloud platform. If you use Docker for your Ne
|
||||||
- **MacOS**: `brew install exiftool`
|
- **MacOS**: `brew install exiftool`
|
||||||
- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`
|
- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>1.1.2</version>
|
<version>1.1.4</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="radialapps@gmail.com" >Varun Patil</author>
|
<author mail="radialapps@gmail.com" >Varun Patil</author>
|
||||||
<website>https://github.com/pulsejet/memories</website>
|
<website>https://github.com/pulsejet/memories</website>
|
||||||
|
|
|
@ -7,6 +7,7 @@ mkdir -p /tmp/memories
|
||||||
cp -R appinfo css img js lib templates COPYING README.md exiftest* composer* /tmp/memories
|
cp -R appinfo css img js lib templates COPYING README.md exiftest* composer* /tmp/memories
|
||||||
|
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
rm -f memories/appinfo/screencap* memories/js/*.map
|
||||||
rm -rf memories.tar.gz
|
rm -rf memories.tar.gz
|
||||||
|
|
||||||
tar -zvcf memories.tar.gz memories/
|
tar -zvcf memories.tar.gz memories/
|
||||||
|
|
Loading…
Reference in New Issue