Skip to content

Commit

Permalink
Added a warning about using the sort command in icontool.py (Lawnchai…
Browse files Browse the repository at this point in the history
…rLauncher#2019)

At the moment, 4 contributors have encountered errors when sorting through icontool.py, as a result, they needed to fix appfilter.xml to remove duplicates or pass a style check.

I added a warning about the current state of the command so that people avoid unnecessary work.
  • Loading branch information
x9136 authored Apr 18, 2024
1 parent a643c33 commit f92a1dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/icontool_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Note that the SVG file's name is based on the `drawable` attribute of the first
Some common utilities are described below.

### Sorting appfilter.xml
> [!WARNING]
> At the moment, the sorting works with errors: duplicates and extra spaces are added. It is recommended not to use it.
```console
python3 ./icontool.py sort
```
Expand Down

0 comments on commit f92a1dc

Please sign in to comment.