Compare commits

...

1 Commits

Author SHA1 Message Date
Sarah Jamie Lewis b17f66cade Fixup Cwtch Linux Deploy Script to correct for runpath/relative changes
continuous-integration/drone/pr Build is pending Details
2023-06-03 14:12:45 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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/