Skip to content

Commit 9317f84

Browse files
committed
Generate splash screens and launcher icons with cordova-res.
1 parent 343a6e7 commit 9317f84

File tree

35 files changed

+13
-218
lines changed

35 files changed

+13
-218
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ npm-debug.log*
3232
/www
3333
.gradle/
3434
secret.ts
35+
36+
resources/android/icon
37+
resources/android/splash
38+
resources/ios/icon
39+
resources/ios/splash
40+
resources/windows/icon
41+
resources/windows/splash

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ Lint the projects.
6262
npm run lint
6363
```
6464

65+
[Update `cordova-res` (splash screens and launcher icons)](https://capacitorjs.com/docs/guides/splash-screens-and-icons).
66+
67+
``` bash
68+
cordova-res android --skip-config --copy
69+
```
70+
6571
### Contribution
6672

6773
* The committed codes should pass all GitHub workflows.
3.53 KB
Loading
3.01 KB
Loading
8.64 KB
Loading
12.9 KB
Loading
22.2 KB
Loading
8.23 KB
Loading
4.51 KB
Loading
18.2 KB
Loading

0 commit comments

Comments
 (0)