Continue to optimize appimage packaging
This commit is contained in:
1
bin/helpers/rust.ts
vendored
1
bin/helpers/rust.ts
vendored
@@ -83,7 +83,6 @@ export async function installRust() {
|
||||
IS_WIN ? rustInstallScriptForWindows : rustInstallScriptForMac,
|
||||
300000,
|
||||
undefined,
|
||||
true,
|
||||
);
|
||||
spinner.succeed(chalk.green('✔ Rust installed successfully!'));
|
||||
ensureRustEnv();
|
||||
|
||||
Reference in New Issue
Block a user