Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #1295

Merged
merged 3 commits into from
Jan 16, 2025
Merged

Dev #1295

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
1 change: 0 additions & 1 deletion programs/x86_64-apps
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,6 @@
◆ pelusica : Action game, control the blue dot with your keyboard/create music.
◆ pencil : Pencil2D is an easy, intuitive tool to make 2D hand-drawn animations.
◆ pennywise : Open any website or media in a floating window.
◆ penpot-desktop : Unofficial desktop app fo Penpot, the open-source design tool for design and code collaboration.
◆ perl-executing-browser : HTML5 user interface for Perl 5 desktop apps.
◆ permastead : Desktop software for managing a homestead using permaculture design.
◆ peruse : A reader application for comic books.
Expand Down
4 changes: 2 additions & 2 deletions programs/x86_64/ankama-launcher
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ printf '\n%s' "rm -f /usr/local/share/applications/$APP-AM.desktop" >> ../remove
chmod a+x ../remove || exit 1

# DOWNLOAD AND PREPARE THE APP, $version is also used for updates
version=$(wget -q https://repology.org/project/ankama-launcher/versions -O - | grep -i "uniq.*version" | head -1 | tr '><' '\n' | grep "^[0-9]")
version=$(wget -q https://repology.org/project/ankama-launcher/versions -O - | grep -i "new.*version" | head -1 | tr '><' '\n' | grep "^[0-9]")
wget "https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage" || exit 1
#wget "$version.zsync" 2> /dev/null # Comment out this line if you want to use zsync
# Use tar fx ./*tar* here for example in this line in case a compressed file is downloaded.
Expand All @@ -33,7 +33,7 @@ set -u
APP=ankama-launcher
SITE="https://ankama.com"
version0=$(cat "/opt/$APP/version")
version=$(wget -q https://repology.org/project/ankama-launcher/versions -O - | grep -i "uniq.*version" | head -1 | tr '><' '\n' | grep "^[0-9]")
version=$(wget -q https://repology.org/project/ankama-launcher/versions -O - | grep -i "new.*version" | head -1 | tr '><' '\n' | grep "^[0-9]")
[ -n "$version" ] || { echo "Error getting link"; exit 1; }
if [ "$version" != "$version0" ] || [ -e /opt/"$APP"/*.zsync ]; then
mkdir "/opt/$APP/tmp" && cd "/opt/$APP/tmp" || exit 1
Expand Down
77 changes: 0 additions & 77 deletions programs/x86_64/penpot-desktop

This file was deleted.