mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-21 22:58:24 +00:00
get process output during data file install
This commit is contained in:
parent
2ded1f69ae
commit
98762a310e
@ -73,14 +73,14 @@ async function downloadDataFiles(branch) {
|
||||
for (const o of dataList) {
|
||||
const folder = 'data'
|
||||
const e = await Neutralino.os.execCommand(`powershell Invoke-WebRequest -Uri ${o.url} -OutFile "${serverFolderFixed}\\${folder}\\${o.filename}"`)
|
||||
debug.log(e.stdIn)
|
||||
debug.log(e)
|
||||
}
|
||||
|
||||
// Download key files
|
||||
for (const o of keyList) {
|
||||
const folder = 'keys'
|
||||
const e = await Neutralino.os.execCommand(`powershell Invoke-WebRequest -Uri ${o.url} -OutFile "${serverFolderFixed}\\${folder}\\${o.filename}"`)
|
||||
debug.log(e.stdIn)
|
||||
debug.log(e)
|
||||
}
|
||||
|
||||
// Fix buttons
|
||||
|
Loading…
Reference in New Issue
Block a user