34 lines
584 B
JSON
34 lines
584 B
JSON
{
|
|
"bundle": {
|
|
"createUpdaterArtifacts": "v1Compatible",
|
|
"windows": {
|
|
"signCommand": {
|
|
"cmd": "bash",
|
|
"args": [
|
|
"scripts/sign-windows-artifact.sh",
|
|
"%1"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"build": {
|
|
"features": ["updater"]
|
|
},
|
|
"app": {
|
|
"security": {
|
|
"capabilities": ["ads", "core", "plugins", "updater"]
|
|
}
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"pubkey": "MODRINTH_PLUS_UPDATER_PUBLIC_KEY",
|
|
"endpoints": [
|
|
"https://git.wilkensxl.de/api/packages/MrSphay/generic/modrinth-plus/latest/latest.json"
|
|
],
|
|
"windows": {
|
|
"installMode": "passive"
|
|
}
|
|
}
|
|
}
|
|
}
|