fix: 修改cr的一点小问题

This commit is contained in:
volare
2022-11-24 22:20:44 +08:00
parent 75aa41c31f
commit c88b31d278
4 changed files with 1492 additions and 1489 deletions

View File

@@ -17,7 +17,7 @@ export default class MacBuilder implements IBuilder {
const res = await prompts({
type: 'confirm',
message: 'Detect you have not installed Rust, install it now?',
message: 'We detected that you have not installed Rust. Install it now?',
name: 'value',
});