File tree Expand file tree Collapse file tree 3 files changed +35
-15
lines changed
Expand file tree Collapse file tree 3 files changed +35
-15
lines changed Original file line number Diff line number Diff line change 1- /node_modules
2- /build.json
3- /www /build
4- /plugins
5- /platforms
6- /keystore.jks
7- /platforms /android /debug-signing.properties
8- /platforms /android /release-signing.properties
9- ** /* /.DS_Store
10- .DS_Store
11- pnpm-lock.yaml
12- .zed
13- .idea
14- ace-builds
15- fdroid.bool
1+ /node_modules
2+ /www / build
3+ /www /js / build
4+ /www / css / build
5+ /plugins
6+ /platforms
7+ /platforms /android /debug-signing.properties
8+ /platforms /android /release-signing.properties
9+ ** /* /.DS_Store
10+ .DS_Store
11+ pnpm-lock.yaml
12+ .zed
13+ .idea
14+ ace-builds
15+ fdroid.bool
Original file line number Diff line number Diff line change 1+ {
2+ "android" : {
3+ "debug" : {
4+ "keystore" : " ./public.keystore" ,
5+ "storePassword" : " public" ,
6+ "alias" : " public" ,
7+ "password" : " public" ,
8+ "keystoreType" : " " ,
9+ "packageType" : " apk"
10+ },
11+ "release" : {
12+ "keystore" : " ./public.keystore" ,
13+ "storePassword" : " public" ,
14+ "alias" : " public" ,
15+ "password" : " public" ,
16+ "keystoreType" : " " ,
17+ "packageType" : " apk"
18+ }
19+ }
20+ }
You can’t perform that action at this time.
0 commit comments