Merge remote-tracking branch 'origin/feature/refactor' into feature/refactor

This commit is contained in:
MoeSnowyFox
2025-08-14 00:13:48 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -249,7 +249,7 @@ export async function cloneBackend(
}) })
} }
await new Promise<void>((resolve, reject) => { await new Promise<void>((resolve, reject) => {
const proc = spawn(gitPath, ['clone', '--progress', '--verbose','--branch', 'feature/refactor-backend', repoUrl, tmpDir], { const proc = spawn(gitPath, ['clone', '--progress', '--verbose','--single-branch','--depth','1','--branch', 'feature/refactor-backend', repoUrl, tmpDir], {
stdio: 'pipe', stdio: 'pipe',
env: gitEnv, env: gitEnv,
cwd: appRoot, cwd: appRoot,

View File

@@ -23,6 +23,7 @@
"buildResources": "assets" "buildResources": "assets"
}, },
"win": { "win": {
"requestedExecutionLevel": "requireAdministrator",
"icon": "public/AUTO_MAA.ico" "icon": "public/AUTO_MAA.ico"
}, },
"mac": { "mac": {