File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ jobs:
3535 if [ -n "$AMD64_LIST" ] && echo "$AMD64_LIST" 2>/dev/null | grep -q "^◆ "; then
3636
3737 MDS=$(ls apps/* | sed 's:.*/::; s/.md$//g')
38- PNGS=$(ls icons/* | sed 's:.*/::; s/.png$//g')
3938 for m in $MDS; do
4039 if ! echo "$AMD64_LIST" 2>/dev/null | grep -q "◆ $m :"; then
4140 rm -f "apps/$m.md"
4241 echo "Removed apps/$m.md"
4342 fi
4443 done
4544
46- for p in $PNGS; do
47- if ! echo "$AMD64_LIST" 2>/dev/null | grep -q "◆ $p :"; then
48- rm -f "icons/$p.png"
49- echo "Removed icons/$p.png"
50- fi
51- done
45+ #PNGS=$(ls icons/* | sed 's:.*/::; s/.png$//g')
46+ #for p in $PNGS; do
47+ # if ! echo "$AMD64_LIST" 2>/dev/null | grep -q "◆ $p :"; then
48+ # rm -f "icons/$p.png"
49+ # echo "Removed icons/$p.png"
50+ # fi
51+ #done
5252
5353 fi
5454
You can’t perform that action at this time.
0 commit comments