Skip to content

Commit

Permalink
Merge pull request #1295 from ivan-hc/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ivan-hc authored Jan 16, 2025
2 parents a69187e + cad270d commit f19070c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 80 deletions.
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.

0 comments on commit f19070c

Please sign in to comment.