Skip to content

Commit

Permalink
v7.3.1-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 3, 2024
1 parent 787d6e1 commit f51c08d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with
1. Run `php occ memories:index` to generate metadata indices for existing photos.
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.
]]></description>
<version>7.3.1-rc.2</version>
<version>7.3.1-rc.3</version>
<licence>agpl</licence>
<author mail="radialapps@gmail.com">Varun Patil</author>
<namespace>Memories</namespace>
Expand Down
9 changes: 4 additions & 5 deletions scripts/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ src=`pwd`
rm -rf /tmp/memories
mkdir -p /tmp/memories
cp -R appinfo l10n img js lib templates COPYING README.md CHANGELOG.md exiftest* composer* /tmp/memories
sudo chown -R www-data:www-data /tmp/memories

# Cleanup
cd /tmp
pushd /tmp
rm -rf memories.tar.gz

# Get exiftool and other binaries
cd memories
pushd memories
sh "$src/scripts/get-bin-ext.sh"
cd ..
popd

# Get certificate and key
wget -O memories.crt https://raw.githubusercontent.com/nextcloud/app-certificate-requests/master/memories/memories.crt
Expand All @@ -40,5 +39,5 @@ tar --no-same-owner -p -zcf memories.tar.gz memories/
rm -rf memories/

# Move bundle to source
cd "$src"
popd
mv /tmp/memories.tar.gz .

0 comments on commit f51c08d

Please sign in to comment.