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/