From 5c005551b8a609ee3751af7a02653092fb680a47 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Tue, 31 Jan 2023 12:30:40 +0500 Subject: [PATCH] Update generate.sh --- images/remote-index/generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/remote-index/generate.sh b/images/remote-index/generate.sh index 3a42d3a..2ac7f47 100644 --- a/images/remote-index/generate.sh +++ b/images/remote-index/generate.sh @@ -6,7 +6,7 @@ if [[ -z "${INDEX_VERSION}" ]]; then fi cp /storage/images/android/x64/$INDEX_VERSION/bromite.idx . -cp /storage/images/android/x64/$INDEX_VERSION/RELEASE +cp /storage/images/android/x64/$INDEX_VERSION/RELEASE . DOCKER_BUILDKIT=1 docker build -t uazo/bromite-remote-index:$INDEX_VERSION \ --progress plain \