mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-23 08:04:52 +01:00
39 lines
855 B
JSON
39 lines
855 B
JSON
{
|
|
"build": {
|
|
"features": [
|
|
"updater",
|
|
"license"
|
|
]
|
|
},
|
|
"app": {
|
|
"security": {
|
|
"capabilities": [
|
|
"default",
|
|
{
|
|
"identifier": "release",
|
|
"windows": [
|
|
"*"
|
|
],
|
|
"permissions": [
|
|
"yaak-license:default"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"endpoints": [
|
|
"https://update.yaak.app/check/{{target}}/{{arch}}/{{current_version}}"
|
|
],
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMxRDJFREQ1MjExQjdGN0IKUldSN2Z4c2gxZTNTd1FHNCtmYnFXMHVVQzhuNkJOM1cwOFBodmdLall3ckhKenpKUytHSTR1MlkK"
|
|
}
|
|
},
|
|
"bundle": {
|
|
"createUpdaterArtifacts": true,
|
|
"windows": {
|
|
"signCommand": "trusted-signing-cli -e https://eus.codesigning.azure.net/ -a Yaak -c yaakapp %1"
|
|
}
|
|
}
|
|
}
|