#Change built app name
11 messages · Page 1 of 1 (latest)
In what way do you wanna change it? There's not much control the bundler gives you, basically only the app name via productName in tauri.conf.json
To reference the download from github /latest i need to have a persisted name. Eg myapp.dmg instead of myapp_0.1.0.dmg
so that's not in the context of the updater anymore right?
Anyway, you're asking for this https://github.com/tauri-apps/tauri-action/issues/215 which is not implemented yet, but you can in theory use a different action to upload the artifacts which may support that, buuut that will also break the default latest.json :/
well that would be important
i cant think of a way to get the latest version number from my landing page
What exactly is your usecase here?
Just wanting to understand the needs of the feature request i linked
on my landing page having the downloads for all platforms
always wanna have the latest but since /latest changes its app version numbers its not possible