#Get app version
11 messages · Page 1 of 1 (latest)
let context = tauri::generate_context!();
// context.config().package.version
tauri::Builder::default().build(context);
Yes, the code to read tauri.conf.json will be generated after compilation
And what is the return type of context.config().package.version ?
Gotcha
Option<String >