How to change the final bundle name? #6417
-
| Hi guys, can we change the final bundle (e.g. the MSI file on Windows) name in any place? Like to use a different name other than the productName specified in tauri.conf.json, or don't include the version and language of the app? I have no problem changing the name afterwards manually though, just wondering if there's already a place to configure this? | 
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
| You have to rename it yourself. And to be honest i'm not sure if something like this will ever be implemented in the cli 🤔 | 
Beta Was this translation helpful? Give feedback.
-
| Created a feature request. | 
Beta Was this translation helpful? Give feedback.
-
| FWIW, for anyone already using    uses: tauri-apps/tauri-action@v0
  with:
    ...
+   assetNamePattern: "[name]-[arch][ext]" | 
Beta Was this translation helpful? Give feedback.
You have to rename it yourself. And to be honest i'm not sure if something like this will ever be implemented in the cli 🤔