mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 09:24:59 -06:00
Check readme for more information on how to convert the icons to png src/icons/oxygen/build-icons/readme.md
14 lines
133 B
Markdown
14 lines
133 B
Markdown
Convert SVG icons to PNG
|
|
------------------------
|
|
|
|
install npm
|
|
|
|
Execute:
|
|
```
|
|
npm install
|
|
```
|
|
|
|
Convert icons by running:
|
|
```
|
|
grunt
|
|
``` |