diff --git a/linux/cwtch b/linux/cwtch index 3c9e1ec9..002fdc98 100755 --- a/linux/cwtch +++ b/linux/cwtch @@ -2,4 +2,4 @@ # Script to run cwtch directly from package tarball directory -exec env LD_LIBRARY_PATH=./lib/:./lib/Tor ./lib/cwtch +exec env LD_LIBRARY_PATH=./lib/:./lib/Tor ./cwtch.app diff --git a/linux/package-release.sh b/linux/package-release.sh index 191a4823..5a16d270 100755 --- a/linux/package-release.sh +++ b/linux/package-release.sh @@ -1,6 +1,6 @@ #!/bin/sh -mv build/linux/x64/release/bundle/cwtch build/linux/x64/release/bundle/lib/cwtch +mv build/linux/x64/release/bundle/cwtch build/linux/x64/release/bundle/cwtch.app cp linux/cwtch.template.desktop build/linux/x64/release/bundle/ cp linux/cwtch.template.sh build/linux/x64/release/bundle/ cp linux/install*.sh build/linux/x64/release/bundle/