From 50efebdd636c4b6e354d494a422557cac0da2a05 Mon Sep 17 00:00:00 2001 From: ChristianVisintin Date: Mon, 21 Dec 2020 14:07:43 +0100 Subject: [PATCH] Fixed deploy script 0.2.0 --- README.md | 2 ++ dist/build/deploy.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52cd26d..4e98de5 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ It happens quite often to me, when using SCP at work to forget the path of a fil - SCP - FTP and FTPS - Practical user interface to explore and operate on the remote and on the local machine file system +- Bookmarks and recent connections can be saved to access quickly to your favourite hosts +- Supports text editors to view and edit text files - Compatible with Windows, Linux, BSD and MacOS - Written in Rust - Easy to extend with new file transfers protocols diff --git a/dist/build/deploy.sh b/dist/build/deploy.sh index 88e462e..2e8b2aa 100755 --- a/dist/build/deploy.sh +++ b/dist/build/deploy.sh @@ -29,7 +29,7 @@ docker build --tag termscp-${VERSION}-x86_64_archlinux . cd - mkdir -p ${PKGS_DIR}/arch/ CONTAINER_NAME=$(docker create termscp-${VERSION}-x86_64_archlinux termscp-${VERSION}-x86_64_archlinux) -docker cp ${CONTAINER_NAME}:/usr/src/termscp/termscp-${VERSION}-x86_64.tar.gz pkgs/arch/ +docker cp ${CONTAINER_NAME}:/usr/src/termscp/termscp-${VERSION}-x86_64.tar.gz ${PKGS_DIR}/arch/ docker cp ${CONTAINER_NAME}:/usr/src/termscp/PKGBUILD ${PKGS_DIR}/arch/ docker cp ${CONTAINER_NAME}:/usr/src/termscp/.SRCINFO ${PKGS_DIR}/arch/