From 81a38febb92c0b75d8f3cdec39323c79cdde4848 Mon Sep 17 00:00:00 2001 From: a Date: Sun, 14 Mar 2021 15:22:51 +0300 Subject: [PATCH] Build scripts --- xxh-appimage-build.xsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xxh-appimage-build.xsh b/xxh-appimage-build.xsh index 18d510f..265f749 100644 --- a/xxh-appimage-build.xsh +++ b/xxh-appimage-build.xsh @@ -2,4 +2,4 @@ mkdir -p build docker build . -f xxh-appimage.Dockerfile -t tmp/xxh-appimage -docker run --rm -it -v $PWD/build:/result tmp/xxh-appimage \ No newline at end of file +docker run --rm -v $PWD/build:/result tmp/xxh-appimage \ No newline at end of file