ico-sxiv

View the individual entries of an ICO file in sxiv ⏺️

Commit
4161668cd8da4f2fbdf7922218075fd34f04ea80
Parent
c2fc8a059d6f9886bcb87cf25fd122b331e933ff
Author
Pablo Emilio Escobar Gaviria <pablo-escobar@riseup.net>
Date

Updated the install-script

Diffstat

1 file changed, 4 insertions, 4 deletions

Status File Name N° Changes Insertions Deletions
Modified install.sh 8 4 4
diff --git a/install.sh b/install.sh
@@ -37,14 +37,14 @@ then
 fi
 
 # Download the executable
-wget https://gitlab.com/pablo-escobar/tikztosvg/-/raw/master/tikztosvg -P "$HOME/.local/bin/"\
-    && chmod +x "$HOME/.local/bin/tikztosvg"\
+wget https://gitlab.com/pablo-escobar/ico-view/-/raw/master/ico-view -P "$HOME/.local/bin/"\
+    && chmod +x "$HOME/.local/bin/ico-view"\
     || exit 1
 
 # Install the man page
 tmp="$(mktemp -d)"
-wget https://gitlab.com/pablo-escobar/tikztosvg/-/raw/master/man/tikztosvg.1 -P "$tmp"\
-    && install -g 0 -o 0 -m 0644 "$tmp/tikztosvg.1" "$HOME/.local/share/man/man1/"\
+wget https://gitlab.com/pablo-escobar/ico-view/-/raw/master/man/ico-view.1 -P "$tmp"\
+    && install -g 0 -o 0 -m 0644 "$tmp/ico-view.1" "$HOME/.local/share/man/man1/"\
     || exit 1
 
 if [ -f "$HOME/.local/share/man/man1/ico-view.1.gz" ]