Initial commit

This commit is contained in:
alexpolo1
2023-04-09 23:01:32 +02:00
commit 0c6d2965f2
1104 changed files with 81889 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "",
"main": "index.html",
"js-flags": "--expose-gc",
"window": {
"title": "",
"toolbar": false,
"width": 816,
"height": 624,
"icon": "icon/icon.png"
}
}