• Home
Name Date Size #Lines LOC

..--

OpenHarmony.p12D12-May-20248.1 KiB

OpenHarmonyApplication.pemD12-May-20242.5 KiB4544

OpenHarmonyProfileDebug.pemD12-May-20242.5 KiB4544

OpenHarmonyProfileRelease.pemD12-May-20242.5 KiB4544

README_ZH.mdD12-May-2024556 2417

SgnedReleaseProfileTemplate.p7bD12-May-20243.3 KiB

UnsgnedDebugProfileTemplate.jsonD12-May-20241.7 KiB3535

UnsgnedReleasedProfileTemplate.jsonD12-May-20241.5 KiB2727

README_ZH.md

1签名二进制hap-sign-tool.jar预编译工具说明
2====================================================
3
41. 本地配置Gradle环境,要求Gradle7.1以上,查看版本命令如下:
5
6```
7gradle -v
8```
9
102. 构建指导
11------------------
12
13```
14# 获取代码
15git clone https://gitee.com/openharmony/developtools_hapsigner.git
16
17# 进入路径developtools_hapsigner/hapsigntool
18cd developtools_hapsigner/hapsigntool
19
20# 编译签名工具
21gradle build 或者 gradle jar
22
23# 编译后二进制文件位置: ./hap_sign_tool/build/libs/hap-sign-tool.jar
24```