fix(android): patch android config identifier and avoid Java reserved words
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"productName": "Web2App",
|
||||
"mainBinaryName": "Web2App",
|
||||
"version": "1.0.0",
|
||||
"identifier": "com.web2app.default",
|
||||
"identifier": "com.web2app.app",
|
||||
"build": {
|
||||
"beforeDevCommand": "",
|
||||
"beforeBuildCommand": "",
|
||||
|
||||
Reference in New Issue
Block a user