Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Aug 1, 2024
2 parents 9088864 + 056446c commit c26367e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
Version: 5
Note:If u cannot run it in linux,you may need do "chmod a+x ./*"
Minimum support: Ubuntu 20.04 (64bit),Windows Vista (32bit)
Русский: https://github.com/randcatcraps/TIK/releases
artifacts: "*.zip"

build-win:
Expand Down Expand Up @@ -84,4 +86,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: TIK-linux
path: './TIK-linux.zip'
path: './TIK-linux.zip'
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
> [!CAUTION]
> 免费软件, 未经允许禁止商用 | Free software, unauthorized commercial use prohibited
[Русский](../../tree/ru)

1.**TIK工具箱** 】 ——一个永久开源的ROM工具箱,支持安卓全版本ROM镜像的处理,目前更新到Ver.5;

2. 已支持大多常见镜像的分解/打包,较完善支持erofs/V-AB分区等
Expand Down
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@ def insuper(Imgdir, outputimg, ssize, stype, sparsev, isreadonly):
if os.path.isfile(file_path) and os.path.getsize(file_path) == 0:
os.remove(file_path)
superpa = f"--metadata-size {settings.metadatasize} --super-name {settings.supername} "
if sparse == '1':
if sparsev == '1':
superpa += "--sparse "
if stype == 'VAB':
superpa += "--virtual-ab "
Expand Down

0 comments on commit c26367e

Please sign in to comment.