Skip to content

Commit c26367e

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 9088864 + 056446c commit c26367e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
Version: 5
3838
Note:If u cannot run it in linux,you may need do "chmod a+x ./*"
3939
Minimum support: Ubuntu 20.04 (64bit),Windows Vista (32bit)
40+
41+
Русский: https://github.com/randcatcraps/TIK/releases
4042
artifacts: "*.zip"
4143

4244
build-win:
@@ -84,4 +86,4 @@ jobs:
8486
uses: actions/upload-artifact@v3
8587
with:
8688
name: TIK-linux
87-
path: './TIK-linux.zip'
89+
path: './TIK-linux.zip'

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
> [!CAUTION]
88
> 免费软件, 未经允许禁止商用 | Free software, unauthorized commercial use prohibited
99
10+
[Русский](../../tree/ru)
11+
1012
1.**TIK工具箱** 】 ——一个永久开源的ROM工具箱,支持安卓全版本ROM镜像的处理,目前更新到Ver.5;
1113

1214
2. 已支持大多常见镜像的分解/打包,较完善支持erofs/V-AB分区等

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ def insuper(Imgdir, outputimg, ssize, stype, sparsev, isreadonly):
16071607
if os.path.isfile(file_path) and os.path.getsize(file_path) == 0:
16081608
os.remove(file_path)
16091609
superpa = f"--metadata-size {settings.metadatasize} --super-name {settings.supername} "
1610-
if sparse == '1':
1610+
if sparsev == '1':
16111611
superpa += "--sparse "
16121612
if stype == 'VAB':
16131613
superpa += "--virtual-ab "

0 commit comments

Comments
 (0)