linux-install-fix #164

Merged
sarah merged 3 commits from linux-install-fix into trunk 2021-08-30 23:10:32 +00:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit 5764e2d725 - Show all commits

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