feat: add Windows 7 compatibility build using win7 target

This commit is contained in:
xmk23333
2026-01-19 13:14:54 +08:00
parent 388581d75e
commit 197c9d3af8
3 changed files with 17 additions and 4 deletions

View File

@@ -205,6 +205,8 @@ jobs:
GITHUB_EVENT_NAME: workflow_dispatch
run: node scripts/update-version.mjs
- name: Prepare
env:
LEGACY_BUILD: 'true'
run: pnpm prepare --${{ matrix.arch }}
- name: Build
env: