Emulator Issues #8224
closedDon't rely in .git/ folder to show version in title bar and help-->about
0%
Description
[READ THIS: https://forums.dolphin-emu.org/showthread.php?pid=276132 <<<
Your answers are there!]
[Leave the questions as they are and answer them in the next line]
[Remove lines written inside brackets [], but nothing else]
What's the problem? Describe what went wrong in few words.
If you don't have the .git/ folder (tarball, distros repositories...), there is no version show in title bar (only Dolphin []) and in help-->about.
What did you expect to happen instead?
At least it should give you "4.0-Git" or something else.
Which versions of Dolphin did you test on?
master branch
[Upload big files to a hosting service and post links here!]
[Do not attach files to this issue. Upload them to another site and
link here. Use imgur.com for images and pastie.org for logs. Monitor the
email address that was used to create this issue.]
Updated by leoetlino over 6 years ago
- Status changed from New to Won't fix
There is no sane way to do this without relying on git.
Updated by JosJuice over 6 years ago
For what it's worth, the "At least it should give you "4.0-Git" or something else" part of the issue report was implemented in https://github.com/dolphin-emu/dolphin/commit/bae4f2c7dbaf7666d1f0cd52e88c9982ba1ca8e5. You'll get a version string like "5.0 (no further info)" if you build without a .git folder.