layout_overlay icon indicating copy to clipboard operation
layout_overlay copied to clipboard

some fields in tauri.conf.json cannot be allowed while build

Open ERT-Kim opened this issue 1 year ago • 3 comments

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?

ERT-Kim avatar Nov 02 '24 07:11 ERT-Kim