add updater, tsf module

This commit is contained in:
mii443
2024-09-23 00:55:17 +09:00
parent 59c1ecce7b
commit 1ff9f0ce1b
14 changed files with 786 additions and 51 deletions

View File

@@ -7,9 +7,17 @@
},
"package": {
"productName": "vrclipboard-ime-gui",
"version": "1.4.0"
"version": "1.5.0"
},
"tauri": {
"updater": {
"active": true,
"endpoints": [
"https://r2-vrime.mii.dev/release.json"
],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEE5QTI2MDRDNTlENUY5OEMKUldTTStkVlpUR0NpcVIrMXZqOHFpNzNXMFVKT0d3aHJIWFlOUVJubGN5VTAzUkVwYW95bVlMYUQK"
},
"allowlist": {
"all": false,
"shell": {
@@ -50,7 +58,12 @@
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
],
"windows": {
"wix": {
"language": "ja-JP"
}
}
}
}
}