[packaging] fix: duplicate 'assets' in release files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user