diff --git a/LIBCWTCH-GO.version b/LIBCWTCH-GO.version index 4928cb77..f5ff63c0 100644 --- a/LIBCWTCH-GO.version +++ b/LIBCWTCH-GO.version @@ -1 +1 @@ -v1.1.1-20-gc6a3a4e-2021-08-27-20-58 \ No newline at end of file +v1.2.1-2021-08-30-22-14 \ No newline at end of file diff --git a/linux/install-home.sh b/linux/install-home.sh index 663b9fa3..8fd20a30 100755 --- a/linux/install-home.sh +++ b/linux/install-home.sh @@ -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 \ No newline at end of file +sed "s|~|$HOME|g" cwtch.home.desktop > $HOME/.local/share/applications/cwtch.desktop +chmod a+x $HOME/.local/share/applications/cwtch.desktop \ No newline at end of file diff --git a/linux/install-sys.sh b/linux/install-sys.sh index df39958a..47f0ff0f 100755 --- a/linux/install-sys.sh +++ b/linux/install-sys.sh @@ -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