#When does `setup` run?
5 messages · Page 1 of 1 (latest)
If you talk about the rust side and the builder it is imho run every start. It doesn't know about machine state. Either you make this once action part of your installer or set state on the machine and check it at every run.
Builds a Tauri application.
Yes.
Then, this is my current understanding:
build.rsruns to create the installerssrc/main.rs > setupruns on every start