[packaging] fix: duplicate 'assets' in release files

This commit is contained in:
Alexandr Stelnykovych
2025-04-28 11:38:07 +03:00
parent 54f07e15d9
commit deee68d5d3

View File

@@ -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