Windows: Add support for showing architecture in 'Distro:' output. eg. 'Windows 7 Ultimate 64-bit'
This commit is contained in:
parent
40366cb55b
commit
d7722a3b46
3 changed files with 18 additions and 1 deletions
|
|
@ -59,6 +59,10 @@ kernel_shorthand="on"
|
|||
# --osx_buildversion on/off
|
||||
osx_buildversion="on"
|
||||
|
||||
# Show '64-bit' / '32-bit' in 'Distro:'
|
||||
# --windows_bits on /off
|
||||
windows_bits="on"
|
||||
|
||||
|
||||
# Uptime
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue