Change repo to docs

This commit is contained in:
aunetx 2021-10-13 01:14:57 +02:00
parent 6c9d1db48c
commit ae687f97a1
2 changed files with 3 additions and 3 deletions

View File

@ -47,11 +47,11 @@ build_flatpak: prepare_flatpak
export_flatpak: prepare_flatpak
# Build the flatpak package and export it to the repo
flatpak-builder --gpg-sign=$(GPG_KEY_ID) --repo=flatpak/repo --state-dir=flatpak/flatpak-builder --force-clean flatpak/build $(APPNAME).yml
flatpak-builder --gpg-sign=$(GPG_KEY_ID) --repo=docs --state-dir=flatpak/flatpak-builder --force-clean flatpak/build $(APPNAME).yml
flatpak_bundle: build_flatpak
# Create a flatpak bundle
flatpak build-bundle --gpg-sign=$(GPG_KEY_ID) --state-dir=flatpak/flatpak-builder flatpak/repo deezer.flatpak $(APPNAME)
flatpak build-bundle --gpg-sign=$(GPG_KEY_ID) --state-dir=flatpak/flatpak-builder docs deezer.flatpak $(APPNAME)
install_flatpak: prepare_flatpak
# Build and install locally the flatpak image

View File

@ -20,7 +20,7 @@
<kudo>HiDpiIcon</kudo>
</kudos>
<releases>
<release version="5.30.0.alpha" date="2021-10-10" />
<release version="5.30.0.beta" date="2021-10-13" />
</releases>
<content_rating type="oars-1.1" />
<update_contact>me_at_aunetx.dev</update_contact>