layout_overlay
layout_overlay copied to clipboard
some fields in tauri.conf.json cannot be allowed while build
I followed the pre-requisite instruction but failed to build. Here is the full error message.
Error `tauri.conf.json` error on `build`: Additional properties are not allowed ('devUrl', 'frontendDist' were unexpected Error `tauri.conf.json` error: Additional properties are not allowed ('app', 'bundle', 'identifier', 'mainBinaryName', 'productName', 'version' were unexpected)
I did some search but only found those are not supported in tauri v2, but I am using tauri v1 (tauri-cli 1.6.4 for specific)
Can you help me with this problem?