From 7cce7ea857321c854fc9e061edee3a32f4831d18 Mon Sep 17 00:00:00 2001 From: Berke Kocaoğlu Date: Thu, 16 Sep 2021 12:32:59 +0300 Subject: 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 Co-authored-by: Arthur Williams Co-authored-by: eylles --- icon/128x128.png | Bin 542 -> 1066 bytes icon/16x16.png | Bin 178 -> 262 bytes icon/32x32.png | Bin 221 -> 421 bytes icon/48x48.png | Bin 282 -> 507 bytes icon/64x64.png | Bin 319 -> 620 bytes icon/Makefile | 4 ++-- 6 files changed, 2 insertions(+), 2 deletions(-) (limited to 'icon') diff --git a/icon/128x128.png b/icon/128x128.png index 3076cd7..d45250b 100644 Binary files a/icon/128x128.png and b/icon/128x128.png differ diff --git a/icon/16x16.png b/icon/16x16.png index c5cff99..a19074a 100644 Binary files a/icon/16x16.png and b/icon/16x16.png differ diff --git a/icon/32x32.png b/icon/32x32.png index 01a62f4..e18ccf8 100644 Binary files a/icon/32x32.png and b/icon/32x32.png differ diff --git a/icon/48x48.png b/icon/48x48.png index 0bea30c..442a96c 100644 Binary files a/icon/48x48.png and b/icon/48x48.png differ diff --git a/icon/64x64.png b/icon/64x64.png index fb509c6..3ce0d27 100644 Binary files a/icon/64x64.png and b/icon/64x64.png differ 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 -- cgit v1.2.3-54-g00ecf