Skip to content

Commit

Permalink
Fixed the misspellings of whether [Issue #526] (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
muddi900 authored Nov 29, 2023
1 parent f825018 commit ca79b54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,22 +119,22 @@ be used to fill out the background of the adaptive icon.
### Web

- `web`: Add web related configs
- `generate`: Specifies weather to generate icons for this platform or not
- `generate`: Specifies whether to generate icons for this platform or not
- `image_path`: Path to web icon.png
- `background_color`: Updates *background_color* in `web/manifest.json`
- `theme_color`: Updates *theme_color* in `web/manifest.json`

### Windows

- `windows`: Add Windows related configs
- `generate`: Specifies weather to generate icons for Windows platform or not
- `generate`: Specifies whether to generate icons for Windows platform or not
- `image_path`: Path to web icon.png
- `icon_size`: Windows app icon size. Icon size should be within this constrains *48<=icon_size<=256, defaults to 48*

### MacOS

- `macos`: Add MacOS related configs
- `generate`: Specifies weather to generate icons for MacOS platform or not
- `generate`: Specifies whether to generate icons for MacOS platform or not
- `image_path`: Path to macos icon.png file

*Note: iOS icons should [fill the entire image](https://stackoverflow.com/questions/26014461/black-border-on-my-ios-icon) and not contain transparent borders.*
Expand Down

0 comments on commit ca79b54

Please sign in to comment.