From b17f66cade1d90b03e065b46a5caf97951a65175 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Sat, 3 Jun 2023 14:12:45 -0700 Subject: [PATCH] Fixup Cwtch Linux Deploy Script to correct for runpath/relative changes --- linux/cwtch | 2 +- linux/package-release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/