Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/LinuxInstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
version=$(cat "loop/build/version.txt")
echo "Version: $version"
echo "appimagefilename=Loop-pdf-$version-x86_64.AppImage" >> $GITHUB_ENV
echo "appimage_update_info=gh-releases-zsync|mberrys|Loop-pdf|latest|Loop-pdf-*-x86_64.AppImage.zsync" >> $GITHUB_ENV
echo "appimage_update_info=gh-releases-zsync|studio-berry|loop|latest|Loop-pdf-*-x86_64.AppImage.zsync" >> $GITHUB_ENV
echo "AppImage file name: Loop-pdf-$version-x86_64.AppImage"

- name: 'Linux Deploy Qt'
Expand Down
6 changes: 3 additions & 3 deletions Desktop/io.github.mberrys.Loop-pdf.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<category>Utility</category>
</categories>
<developer_name>Michael Berry</developer_name>
<url type="homepage">https://github.com/mberrys/Loop-pdf</url>
<url type="bugtracker">https://github.com/mberrys/Loop-pdf/issues</url>
<url type="help">https://github.com/mberrys/Loop-pdf</url>
<url type="homepage">https://github.com/studio-berry/loop</url>
<url type="bugtracker">https://github.com/studio-berry/loop/issues</url>
<url type="help">https://github.com/studio-berry/loop</url>
<content_rating type="oars-1.1"/>
<launchable type="desktop-id">io.github.mberrys.Loop-pdf.desktop</launchable>
<releases>
Expand Down
4 changes: 4 additions & 0 deletions changes/cursor-appstream-url-drift-bb26.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Category: fixed
Audience: maintainers
Breaking-Change: no
Summary: Point AppStream and Linux packaging metadata at studio-berry/loop so appimagetool AppStream validation no longer fails on unreachable mberrys/Loop-pdf URLs.
4 changes: 2 additions & 2 deletions make-package.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ echo "Priority: optional" >>$file
echo "Architecture: amd64" >>$file
echo "Maintainer: Michael Berry" >>$file
echo "Description: Loop-PDF: PDF editor and toolkit based on PDF4QT (Qt, C++)." >>$file
echo "Homepage: https://github.com/mberrys/Loop-pdf" >>$file
echo "Vcs-Browser: https://github.com/mberrys/Loop-pdf" >>$file
echo "Homepage: https://github.com/studio-berry/loop" >>$file
echo "Vcs-Browser: https://github.com/studio-berry/loop" >>$file


dpkg-deb --build install
Expand Down
Loading