mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Add an icon for iamb (#232)
This commit is contained in:
parent
79f6b5b75c
commit
b4e9c213e6
8 changed files with 148 additions and 9 deletions
14
PACKAGING.md
14
PACKAGING.md
|
@ -28,11 +28,15 @@ and GCC are present.
|
|||
In addition to the compiled binary, there are other files in the repo that
|
||||
you'll want to install as part of a package:
|
||||
|
||||
| Repository Path | Installed Path (may vary per OS) |
|
||||
| -------------------- | ----------------------------------- |
|
||||
| /config.example.toml | /usr/share/iamb/config.example.toml |
|
||||
| /docs/iamb.1 | /usr/share/man/man1/iamb.1 |
|
||||
| /docs/iamb.5 | /usr/share/man/man5/iamb.5 |
|
||||
| Repository Path | Installed Path (may vary per OS) |
|
||||
| -------------------- | ----------------------------------------------- |
|
||||
| /iamb.desktop | /usr/share/applications/iamb.desktop |
|
||||
| /config.example.toml | /usr/share/iamb/config.example.toml |
|
||||
| /docs/iamb-256x256.png | /usr/share/icons/hicolor/256x256/apps/iamb.png |
|
||||
| /docs/iamb-512x512.png | /usr/share/icons/hicolor/512x512/apps/iamb.png |
|
||||
| /docs/iamb.svg | /usr/share/icons/hicolor/scalable/apps/iamb.svg |
|
||||
| /docs/iamb.1 | /usr/share/man/man1/iamb.1 |
|
||||
| /docs/iamb.5 | /usr/share/man/man5/iamb.5 |
|
||||
|
||||
[ring-lto]: https://github.com/briansmith/ring/issues/1444
|
||||
[rustls]: https://crates.io/crates/rustls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue