chore: UPDATE log

This commit is contained in:
草鞋没号 2021-11-22 15:47:08 +08:00
parent 10bee45859
commit 41ad5614e9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ async function packElectron() {
// if you want to build windows platform
// targets: Platform.WINDOWS.createTarget(),
}).then(result => {
console.log(TAG, 'WINDOWS:', chalk.green(result))
console.log(TAG, 'files:', chalk.green(result))
})
}