Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT committed May 19, 2024
1 parent 1f14854 commit b669656
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* text=auto
* text=auto eol=lf
*.bat eol=crlf
/app/src/main/assets/shrinker binary
*.jar binary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
- name: Upload APK
uses: actions/upload-artifact@v4
with:
name: ${{ env.repo }}-${{ env.version }}@${{ env.commit }}
name: ${{ env.repo }}(${{ env.version }}@${{ env.commit }})
path: ${{ env.repo }}-${{ env.version }}.apk

46 changes: 23 additions & 23 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Easy Bootloader Unlock

このアプリケーションは、ブートローダをアンロックすることができます。

## 注意事項

> [!CAUTION]
> このアプリケーションが起因した一切の問題を開発者は責任を負いません。
> [!WARNING]
> 実行中はデバイスに触れないでください。
## 対応機種

- チャレンジパッド Neo
- チャレンジパッド Next

## 外部ライブラリー

このアプリは以下のライブラリーを使用しています。

- [app/src/main/assets/**shrinker**](https://github.com/Kobold831/EasyBLU/blob/master/app/src/main/assets/shrinker)
[**CVE-2022-38181**](https://github.com/SmileTabLabo/CVE-2022-38181)
# Easy Bootloader Unlock

このアプリケーションは、ブートローダをアンロックすることができます。

## 注意事項

> [!CAUTION]
> このアプリケーションが起因した一切の問題を開発者は責任を負いません。
> [!WARNING]
> 実行中はデバイスに触れないでください。
## 対応機種

- チャレンジパッド Neo
- チャレンジパッド Next

## 外部ライブラリー

このアプリは以下のライブラリーを使用しています。

- app/src/main/assets/**shrinker**
[**CVE-2022-38181**](https://github.com/SmileTabLabo/CVE-2022-38181)

0 comments on commit b669656

Please sign in to comment.