#How to display app version in title bar?
1 messages · Page 1 of 1 (latest)
or actually i think tauri's version api should give you the npm version if you specify a path to package.json in tauri.conf version field
1 messages · Page 1 of 1 (latest)
if you wanna use the npm version it will mainly depend on your frontend bundler. Like in vite for example you could use this https://stackoverflow.com/a/70524430 in https://tauri.app/v1/api/js/window/#settitle
or actually i think tauri's version api should give you the npm version if you specify a path to package.json in tauri.conf version field