bits 2e9d26e674
Some checks failed
Build & Release / build-windows (push) Has been cancelled
clean up sum stuff
Co-authored-by: Copilot <copilot@github.com>
2026-04-28 05:18:32 +03:00

53 lines
1.3 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "rlidentitygui",
"version": "2.0.1",
"identifier": "me.rlidentity.gui",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "RLidentity",
"width": 600,
"height": 600,
"resizable": false,
"fullscreen": false,
"transparent": false,
"decorations": false,
"devtools": false
}
],
"security": {
"csp": "default-src 'self'; connect-src 'self' https://api.rlidentity.me https://git.rlidentity.me"
}
},
"plugins": {
"updater": {
"endpoints": [
"https://api.rlidentity.me/version"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEFGNUM0MTdBMUQxQTBBQzUKUldURkNob2Rla0Zjcng4TWxpSWh3QVhlQ2xFZnRZUE5Ock1KQmk0T3ZkV25EQ1R2dWZrNWZPNUEK"
}
},
"bundle": {
"active": true,
"targets": "all",
"resources": [
"E:\\projects\\Rocket League\\RLIdentityDLL\\injector.exe",
"E:\\projects\\Rocket League\\RLIdentityDLL\\RLIdentity.dll"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}