From deee68d5d3e0f92b6d432acea97507230561755f Mon Sep 17 00:00:00 2001 From: Alexandr Stelnykovych Date: Mon, 28 Apr 2025 11:38:07 +0300 Subject: [PATCH] [packaging] fix: duplicate 'assets' in release files --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 1041d7d8..d872bf6c 100644 --- a/Earthfile +++ b/Earthfile @@ -308,7 +308,7 @@ angular-base: COPY desktop/angular/ . # Remove symlink and copy assets directly. RUN rm ./assets - COPY assets/data ./assets + # COPY assets/data ./assets # Do not include the assets folder into portmaster.zip, we use the assets.zip instead IF [ "${configuration}" = "production" ] RUN --no-cache npm run build-libs