I would like to know how to modify this " A Tauri App", or where I can configure it. #8568
-
This is my repo.: https://github.com/yourenz/pure-music |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Jan 8, 2024
Replies: 1 comment 3 replies
-
It should be the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, i checked it out myself and it is a bit confusing.
in
tauri dev
it uses the description but you have to delete a registry key for it to update after changing it (look for the app's target path in a subfolder ofComputer\HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\Shell\MuiCache
).in
tauri build
it seems to use the app/product name, but this requires the app to be installed via the msi or setup.exe installers first.