From 33cdaebada09b6c2bb17a87da845251e6797abe6 Mon Sep 17 00:00:00 2001 From: opti1337 Date: Wed, 24 Dec 2025 00:25:30 +0600 Subject: [PATCH] Update Dockerfile.windows --- client/Dockerfile.windows | 2 -- 1 file changed, 2 deletions(-) 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