Continue to optimize appimage packaging

This commit is contained in:
Tw93
2025-10-17 18:01:43 +08:00
parent d12efb5fdf
commit a8d614ed18
4 changed files with 44 additions and 10 deletions

1
bin/helpers/rust.ts vendored
View File

@@ -83,7 +83,6 @@ export async function installRust() {
IS_WIN ? rustInstallScriptForWindows : rustInstallScriptForMac,
300000,
undefined,
true,
);
spinner.succeed(chalk.green('✔ Rust installed successfully!'));
ensureRustEnv();