From 1918e289b1b57fa5723e34d16295ff16af9df271 Mon Sep 17 00:00:00 2001 From: xzhih Date: Mon, 16 Nov 2020 08:59:48 +0800 Subject: [PATCH] change download Host --- README-zh.md | 2 +- README.md | 2 +- hidpi.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README-zh.md b/README-zh.md index b465d73..eabfe1f 100755 --- a/README-zh.md +++ b/README-zh.md @@ -23,7 +23,7 @@ macOS 的 DPI 机制和 Windows 下不一样,比如 1080p 的屏幕在 Windows 1.远程模式: 在终端输入以下命令回车即可 ```bash -bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)" +bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/mojave-archive/hidpi.sh)" ``` 2.本地模式: 下载项目解压,双击 `hidpi.command` 运行 diff --git a/README.md b/README.md index 42dba2b..8028e64 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ System Preferences 1.Remote Mode: Run this script in Terminal ```bash -bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)" +bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/mojave-archive/hidpi.sh)" ``` 2.Local Mode: Download ZIP, decompressing it, and double click `hidpi.command` to run diff --git a/hidpi.sh b/hidpi.sh index f08eeef..31c6957 100755 --- a/hidpi.sh +++ b/hidpi.sh @@ -72,7 +72,7 @@ if [[ "${systemLanguage}" == "zh_CN" ]]; then langChooseResOpCustom="(6) 手动输入分辨率" fi -downloadHost="https://raw.githubusercontent.com/xzhih/one-key-hidpi/master" +downloadHost="https://raw.githubusercontent.com/xzhih/one-key-hidpi/mojave-archive" # downloadHost="https://raw.githubusercontent.com/xzhih/one-key-hidpi/dev" # downloadHost="http://127.0.0.1:8080"