Skip to content

Commit f5d96e4

Browse files
authored
Update am2pla-site
1 parent fe99c38 commit f5d96e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

am2pla-site

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ _footer_apps >> apps.md
191191
########################
192192

193193
function _appimages_listing() {
194-
if [ -f "$HOME"/.local/share/AM/"$arch"-apps ]; then
194+
if [ -f "$HOME"/.local/share/AM/"$arch"-appimages ]; then
195195
APPIMAGES_LIST_AM=$(cat "$HOME"/.local/share/AM/"$arch"-appimages | awk -v FS="(◆ | : )" '{print $2}')
196-
elif [ -f ./"$arch"-apps ]; then
196+
elif [ -f ./"$arch"-appimages ]; then
197197
APPIMAGES_LIST_AM=$(cat ./"$arch"-appimages | awk -v FS="(◆ | : )" '{print $2}')
198198
else
199199
APPIMAGES_LIST_AM=$(curl -Ls https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64-appimages)

0 commit comments

Comments
 (0)