fix(android): patch android config identifier and avoid Java reserved words

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-28 08:36:30 +08:00
parent 3edfe7030f
commit e4a0955a8e
5 changed files with 116 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "Web2App",
"version": "1.0.0",
"identifier": "com.web2app.default",
"identifier": "com.web2app.app",
"app": {
"windows": [
{

View File

@@ -3,7 +3,7 @@
"productName": "Web2App",
"mainBinaryName": "Web2App",
"version": "1.0.0",
"identifier": "com.web2app.default",
"identifier": "com.web2app.app",
"build": {
"beforeDevCommand": "",
"beforeBuildCommand": "",