update linux install scripts and LIBCWTCH-GO version

This commit is contained in:
Dan Ballard 2021-08-30 15:34:45 -07:00
parent 476bdb626c
commit 5764e2d725
3 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
v1.1.1-20-gc6a3a4e-2021-08-27-20-58
v1.2.1-2021-08-30-22-14

View File

@ -2,6 +2,7 @@
mkdir -p ~/.local/bin
sed "s|~|$HOME|g" cwtch.home.sh > ~/.local/bin/cwtch
chmod a+x ~/.local/bin/cwtch
mkdir -p ~/.local/share/icons
cp cwtch.png ~/.local/share/icons
@ -13,4 +14,5 @@ mkdir -p ~/.local/lib/cwtch
cp -r lib/* ~/.local/lib/cwtch
mkdir -p ~/.local/share/applications
sed "s|~|$HOME|g" cwtch.home.desktop > $HOME/.local/share/applications/cwtch.desktop
sed "s|~|$HOME|g" cwtch.home.desktop > $HOME/.local/share/applications/cwtch.desktop
chmod a+x $HOME/.local/share/applications/cwtch.desktop

View File

@ -1,6 +1,7 @@
#!/bin/sh
cp cwtch.sys.sh /usr/bin/cwtch
chmod a+x /usr/bin/cwtch
cp cwtch.png /usr/share/icons
@ -11,3 +12,4 @@ mkdir -p /usr/lib/cwtch
cp -r lib/* /usr/lib/cwtch
cp cwtch.sys.desktop /usr/share/applications/cwtch.desktop
chmod a+x /usr/share/applications/cwtch.desktop