-
If I create a completely new briefcase project the scripts asks for title, version, description etc and finally produces the app toml that is then used to build the app. The information provided at the beginning are then used in the "About" menu item . I tried to chaneg later on the information that are in the toml file to update the description or the verison but thiose information are ignored. Where are them stored and where I can change them ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This information is updated in the same way as your app's own Python code – by running |
Beta Was this translation helpful? Give feedback.
-
Some data is hardcoded in to the Related: |
Beta Was this translation helpful? Give feedback.
Thanks a lot. It worked. :)
I have deleted the whole build directory and re-done the build. Now the About is correct.