29 lines
617 B
JSON
29 lines
617 B
JSON
{
|
|
"productName": "Minecraft Launcher",
|
|
"appId": "electron.minecraft.launcher",
|
|
"copyright": "Copyright © 2023 ${author}",
|
|
|
|
"win": {
|
|
"target": ["nsis"]
|
|
},
|
|
"mac": {
|
|
"target": ["dmg"],
|
|
"category": "productivity",
|
|
"type": "distribution",
|
|
"hardenedRuntime": "true"
|
|
},
|
|
"linux": {
|
|
"target": ["AppImage", "snap"],
|
|
"category": "productivity"
|
|
},
|
|
"files": ["./build/**/*", "./node_modules/**/*", "./package.json"],
|
|
"publish": [
|
|
{
|
|
"provider": "github",
|
|
"owner": "Daniel Scalzi",
|
|
"contributers": ["Shadowner"],
|
|
"repo": "minecraftLauncher"
|
|
}
|
|
]
|
|
}
|