diff options
author | Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | 2021-09-16 12:32:59 +0300 |
---|---|---|
committer | Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | 2021-09-16 22:55:31 +0300 |
commit | 7cce7ea857321c854fc9e061edee3a32f4831d18 (patch) | |
tree | d8ad4f168d67a433278912a8d07231760aff5cbc /icon | |
parent | 9c73646d9c709005301d5be93d0232d89201b21e (diff) |
Rename, Update Docs and Prepare for Release (#9)
Co-authored-by: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com>
Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com>
Co-authored-by: NRK <nrk@disroot.org>
Co-authored-by: Arthur Williams <taaparthur@gmail.com>
Co-authored-by: eylles <ed.ylles1997@gmail.com>
Diffstat (limited to 'icon')
-rw-r--r-- | icon/128x128.png | bin | 542 -> 1066 bytes | |||
-rw-r--r-- | icon/16x16.png | bin | 178 -> 262 bytes | |||
-rw-r--r-- | icon/32x32.png | bin | 221 -> 421 bytes | |||
-rw-r--r-- | icon/48x48.png | bin | 282 -> 507 bytes | |||
-rw-r--r-- | icon/64x64.png | bin | 319 -> 620 bytes | |||
-rw-r--r-- | icon/Makefile | 4 |
6 files changed, 2 insertions, 2 deletions
diff --git a/icon/128x128.png b/icon/128x128.png Binary files differindex 3076cd7..d45250b 100644 --- a/icon/128x128.png +++ b/icon/128x128.png diff --git a/icon/16x16.png b/icon/16x16.png Binary files differindex c5cff99..a19074a 100644 --- a/icon/16x16.png +++ b/icon/16x16.png diff --git a/icon/32x32.png b/icon/32x32.png Binary files differindex 01a62f4..e18ccf8 100644 --- a/icon/32x32.png +++ b/icon/32x32.png diff --git a/icon/48x48.png b/icon/48x48.png Binary files differindex 0bea30c..442a96c 100644 --- a/icon/48x48.png +++ b/icon/48x48.png diff --git a/icon/64x64.png b/icon/64x64.png Binary files differindex fb509c6..3ce0d27 100644 --- a/icon/64x64.png +++ b/icon/64x64.png diff --git a/icon/Makefile b/icon/Makefile index bbb4786..f660cc5 100644 --- a/icon/Makefile +++ b/icon/Makefile @@ -7,6 +7,6 @@ install: for f in $(ICONS); do \ dir="$(DESTDIR)$(PREFIX)/share/icons/hicolor/$${f%.png}/apps"; \ mkdir -p "$$dir"; \ - cp "$$f" "$$dir/sxiv.png"; \ - chmod 644 "$$dir/sxiv.png"; \ + cp "$$f" "$$dir/nsxiv.png"; \ + chmod 644 "$$dir/nsxiv.png"; \ done |