forked from DavidPisces/MIUI-Auto-Odex
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
git config --global user.email "[email protected]" | ||
git config --global user.name "柚稚的孩纸" | ||
sed -i '4d' $GITHUB_WORKSPACE/odex.json | ||
sed -i '3a "zipUrl": "https://github.zjw.js.cn/'"$browser_download_url"'",' $GITHUB_WORKSPACE/odex.json | ||
sed -i '3a "zipUrl": "https://ghproxy.com/'"$browser_download_url"'",' $GITHUB_WORKSPACE/odex.json | ||
jq . $GITHUB_WORKSPACE/odex.json > $GITHUB_WORKSPACE/new.json | ||
rm -rf $GITHUB_WORKSPACE/odex.json && mv $GITHUB_WORKSPACE/new.json $GITHUB_WORKSPACE/odex.json | ||
git add ./odex.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": 10.1, | ||
"versionCode": 101, | ||
"zipUrl": "https://github.zjw.js.cn/https://github.com/zjw2017/MIUI-Auto-Odex_Canary/releases/download/10.1/odex_script_update_online.zip", | ||
"changelog": "https://github.zjw.js.cn/https://github.com/zjw2017/MIUI-Auto-Odex_Canary/blob/master/odex.md" | ||
"version": 10.2, | ||
"versionCode": 102, | ||
"zipUrl": "https://ghproxy.com/https://github.com/zjw2017/MIUI-Auto-Odex_Canary/releases/download/10.1/odex_script_update_online.zip", | ||
"changelog": "https://ghproxy.com/https://github.com/zjw2017/MIUI-Auto-Odex_Canary/blob/master/odex.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
### 10.1 | ||
修复代理头DNS解析错误、支持安卓12L、预支持安卓13、新增安卓版本和Magisk版本判定、舍弃install.sh转用customize.sh | ||
### 10.2 | ||
修复代理头DNS解析错误、支持MIUI14和安卓13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
id=odex_script_update_online_zjw2017 | ||
name=MIUI ODEX 脚本更新模块 Myself | ||
author=柚稚的孩纸&冷洛 | ||
updateJson=https://github.zjw.js.cn/https://github.com/zjw2017/MIUI-Auto-Odex_Canary/blob/master/odex.json | ||
updateJson=https://ghproxy.com/https://github.com/zjw2017/MIUI-Auto-Odex_Canary/blob/master/odex.json |