Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 489ca93

Browse files
committed
Fix: initDependent addr
1 parent 236ec53 commit 489ca93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function installPtyForLinux(url: string) {
4040
// Reference: https://github.com/MCSManager/pty
4141
export function initDependent() {
4242
// if (os.platform() !== "linux") return logger.info($t("install.skipInstall"));
43-
const ptyUrls = [`https://mcsmanager.com/download/pty_windows_x64.exe`, `https://mcsmanager.oss-cn-guangzhou.aliyuncs.com/${PTY_NAME}`];
43+
const ptyUrls = [`https://mcsmanager.oss-cn-guangzhou.aliyuncs.com/${PTY_NAME}`];
4444
function setup(index = 0) {
4545
installPtyForLinux(ptyUrls[index])
4646
.then(() => {

0 commit comments

Comments
 (0)