Edit of asset "Get OS Name" Accepted

Old/Current New/Edit
Title Get OS Name Get OS Name
Description Get a more specifically OS name (for Godot Game Engine v3.x).

Uses "uname -a" to get *nix name. If Linux, search for distro name inside "/etc/os-release"

Also ships with OS icons as 500x500px white png.

Usage:
`Get_os_name.os_name(getdistro:bool=true, gds4:bool=false)`
Which returns the name as a string. If getdistro is false will not search for Linux distro name. If gds4 is true, will convert Godot 3.x os.get_name() to Godot 4.x equivalent.

`Get_os_name.os_logo(name:String="")`
Which return path to logo as a string. If no name provided as arg, will use os_name() to retrieve it.
Get a more specifically OS name (for Godot Game Engine v3.x).

Uses "uname -a" to get *nix name. If Linux, search for distro name inside "/etc/os-release"

Also ships with OS icons as 500x500px white png.

Usage:
`Get_os_name.os_name(getdistro:bool=true, gds4:bool=false)`
Which returns the name as a string. If getdistro is false will not search for Linux distro name. If gds4 is true, will convert Godot 3.x os.get_name() to Godot 4.x equivalent.

`Get_os_name.os_logo(name:String="")`
Which return path to logo as a string. If no name provided as arg, will use os_name() to retrieve it.
Category Scripts Scripts
License GPLv3 GPLv3
Repository Provider GitHub GitHub
Repository Url https://github.com/Bytezz/godot-get-os-name https://github.com/Bytezz/godot-get-os-name
Issues Url https://github.com/Bytezz/godot-get-os-name/issues https://github.com/Bytezz/godot-get-os-name/issues
Godot version Godot 3.5 Godot 3.5
Version String 1.0 1.0
Download Commit e4a16071eabcb38ac24cf5181e3b677dee95f0c7 e4a16071eabcb38ac24cf5181e3b677dee95f0c7
Download Url (Computed) https://github.com/Bytezz/godot-get-os-name/archive/e4a16071eabcb38ac24cf5181e3b677dee95f0c7.zip https://github.com/Bytezz/godot-get-os-name/archive/e4a16071eabcb38ac24cf5181e3b677dee95f0c7.zip
Icon Url https://raw.githubusercontent.com/Bytezz/godot-get-os-name/main/icon.png
https://raw.githubusercontent.com/Bytezz/godot-get-os-name/main/icon.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/Bytezz/godot-get-os-name/main/Example.png
Thumbnail https://raw.githubusercontent.com/Bytezz/godot-get-os-name/main/Example.png