You've already forked AstralRinth
01d3fb47c4
* feat: updater ui change * fix: fix width * fix: impl fork tauri updater plugin * fix: lint
41 lines
898 B
JSON
41 lines
898 B
JSON
{
|
|
"bundle": {
|
|
"createUpdaterArtifacts": "v1Compatible",
|
|
"windows": {
|
|
"signCommand": {
|
|
"cmd": "jsign",
|
|
"args": [
|
|
"sign",
|
|
"--verbose",
|
|
"--storetype",
|
|
"DIGICERTONE",
|
|
"--keystore",
|
|
"https://clientauth.one.digicert.com",
|
|
"--storepass",
|
|
"env:DIGICERT_ONE_SIGNER_CREDENTIALS",
|
|
"--tsaurl",
|
|
"https://timestamp.sectigo.com,http://timestamp.digicert.com",
|
|
"%1"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"build": {
|
|
"features": ["updater"]
|
|
},
|
|
"app": {
|
|
"security": {
|
|
"capabilities": ["ads", "core", "plugins", "updater"]
|
|
}
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIwMzM5QkE0M0FCOERBMzkKUldRNTJyZzZwSnN6SUdPRGdZREtUUGxMblZqeG9OVHYxRUlRTzJBc2U3MUNJaDMvZDQ1UytZZmYK",
|
|
"endpoints": ["https://launcher-files.modrinth.com/updates.json"],
|
|
"windows": {
|
|
"installMode": "quiet"
|
|
}
|
|
}
|
|
}
|
|
}
|