#Triggering app restart.
2 messages · Page 1 of 1 (latest)
Did tauri's restart functions not work for you?
js https://tauri.app/v1/api/js/process#relaunch
rust https://docs.rs/tauri/latest/tauri/struct.AppHandle.html#method.restart
They don't emit special events but since you call them yourself you can do any cleanup at that point ig.