Skip to content

Commit 00f532e

Browse files
committed
fix:config
1 parent cbf4b2b commit 00f532e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<config>
33
<!--密钥文件路径-->
4-
<path>D:\ITCode\g.keystore</path>
4+
<path>D:\your.jks</path>
55
<!--密钥密码-->
6-
<storePassword>123456</storePassword>
6+
<storePassword>storePassword</storePassword>
77
<!--密钥别名-->
8-
<keyAlias>a</keyAlias>
8+
<keyAlias>keyAlias</keyAlias>
99
<!--密钥别名密码-->
10-
<keyPassword>123456</keyPassword>
10+
<keyPassword>keyPassword</keyPassword>
1111
</config>

0 commit comments

Comments
 (0)