Skip to content

Commit

Permalink
Update README.MD file.
Browse files Browse the repository at this point in the history
  • Loading branch information
var-rain committed Feb 19, 2019
1 parent b935a1e commit 36e2e41
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,12 @@ void main() {
### Configuration File
```json
{
// Window default width.
"WIDTH": 480,
// Window default height.
"HEIGHT": 800,
// Pixel ratio.
"RATIO": 1.0,
// ICON image path.
"ICON": "assets/icon.png",
// Flutter assets path.
"FLUTTER": "build/flutter_assets",
// icudtl.dat file path.
"ICU": "icudtl.dat",
// VM args.
"ARGS": [
"--dart-non-checked-mode",
"--observatory-port=50300"
Expand Down

0 comments on commit 36e2e41

Please sign in to comment.