dragon-wyrmling/package.json
K3nny567 b46f0bfef5
Update package.json
Set the package name to "Dragon Wyrmling" to prevent the "Profile error occurred" prompt.
2023-11-10 18:14:31 +11:00

12 lines
246 B
JSON

{
"name": "Dragon Wyrmling",
"main": "www/index.html",
"js-flags": "--expose-gc",
"window": {
"title": "",
"toolbar": false,
"width": 816,
"height": 624,
"icon": "www/icon/icon.png"
}
}