diff --git a/client/Dockerfile.windows b/client/Dockerfile.windows index 8f41b92..cc712b2 100644 --- a/client/Dockerfile.windows +++ b/client/Dockerfile.windows @@ -42,8 +42,6 @@ RUN node scripts/generate-updater.mjs # === Artifacts === FROM scratch AS artifacts -RUN mkdir -p artifacts - COPY --from=builder /app/updater.json /artifacts COPY --from=builder /app/src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis/ /artifacts