Skip to content

Commit

Permalink
update mirai repo and release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Mar 26, 2022
1 parent 752c228 commit dae9860
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
```bash
$ cd 你想要安装 iTXTech MCL 的目录
$ curl -LJO https://github.com/iTXTech/mcl-installer/releases/download/v1.0.3/mcl-installer-1.0.3-linux-amd64 # 如果是macOS,就将链接中的 linux 修改为 macos
$ chmod +x mcl-installer-1.0.3-linux-amd64
$ ./mcl-installer-1.0.3-linux-amd64
$ chmod +x mcl-installer-1.0.4-linux-amd64
$ ./mcl-installer-1.0.4-linux-amd64
```

### `Windows`为例
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ use reqwest::{Client, Error, Response};
use serde::Deserialize;
use zip::ZipArchive;

const MIRAI_REPO: &str = "https://gitee.com/peratx/mirai-repo/raw/master";
const MIRAI_REPO: &str = "https://repo.itxtech.org";

const PROG_VERSION: &str = "1.0.3";
const PROG_VERSION: &str = "1.0.4";

fn get_os() -> &'static str {
#[cfg(target_os = "windows")]
Expand Down

0 comments on commit dae9860

Please sign in to comment.