From cb729be1a74a7bc6d9bf2bec0057b57fabf52a88 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 25 Sep 2021 19:49:10 -0700 Subject: [PATCH] ci: dynamically compute debian deps --- ci/deploy.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ci/deploy.sh b/ci/deploy.sh index fbe81b67c..1bbcca063 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -132,7 +132,7 @@ EOF Ubuntu*|Debian*) rm -rf pkg mkdir -p pkg/debian/usr/bin pkg/debian/DEBIAN pkg/debian/usr/share/{applications,wezterm} - cat > pkg/debian/DEBIAN/control < pkg/debian/control <> pkg/debian/DEBIAN/control + cat pkg/debian/DEBIAN/control + install -Dsm755 -t pkg/debian/usr/bin target/release/wezterm-mux-server install -Dsm755 -t pkg/debian/usr/bin target/release/wezterm-gui install -Dsm755 -t pkg/debian/usr/bin target/release/wezterm