update
Some checks failed
Deploy / publish-windows (push) Failing after 23s

This commit is contained in:
2025-12-23 22:42:04 +06:00
parent 3006a82a0f
commit c573d2277a
9 changed files with 952 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ FROM node:lts as builder
WORKDIR /app
RUN corepack enable yarn && yarn set version stable
# RUN corepack enable yarn && yarn set version stable
COPY package.json yarn.lock .yarnrc.yml ./
@@ -36,6 +36,8 @@ RUN cargo install --locked cargo-xwin
RUN yarn tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc
RUN ls -la src-tauri/target
RUN node scripts/generate-updater.mjs
# === Artifacts ===