We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe99c38 commit f5d96e4Copy full SHA for f5d96e4
1 file changed
am2pla-site
@@ -191,9 +191,9 @@ _footer_apps >> apps.md
191
########################
192
193
function _appimages_listing() {
194
- if [ -f "$HOME"/.local/share/AM/"$arch"-apps ]; then
+ if [ -f "$HOME"/.local/share/AM/"$arch"-appimages ]; then
195
APPIMAGES_LIST_AM=$(cat "$HOME"/.local/share/AM/"$arch"-appimages | awk -v FS="(◆ | : )" '{print $2}')
196
- elif [ -f ./"$arch"-apps ]; then
+ elif [ -f ./"$arch"-appimages ]; then
197
APPIMAGES_LIST_AM=$(cat ./"$arch"-appimages | awk -v FS="(◆ | : )" '{print $2}')
198
else
199
APPIMAGES_LIST_AM=$(curl -Ls https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64-appimages)
0 commit comments