Merge remote-tracking branch 'origin/feature/refactor' into feature/refactor
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
"buildResources": "assets"
|
"buildResources": "assets"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
|
"requestedExecutionLevel": "requireAdministrator",
|
||||||
"icon": "public/AUTO_MAA.ico"
|
"icon": "public/AUTO_MAA.ico"
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
|
|||||||
Reference in New Issue
Block a user