SecretPocketCat / layout_overlay

MIT License
50 stars 7 forks source link

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

Open ERT-Kim opened 1 month ago

ERT-Kim commented 1 month ago

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?

SecretPocketCat commented 1 month ago

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)

Main is on tauri 2, but it's kinda broken since I started a rewrite to support linux & other stuff, but life got in the way. Sorry about that (I considered not merging the semi-broken state, but figured no one is gonna use this. I was wrong 😅).

You should be able to run in by checking out 2dbfe91661b158955a0acd78650123af14a6af33 (which is pre-tauri2 migration).