mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-08 14:33:42 +07:00
237016d3d6
Trying to validate this desktop entry with `desktop-file-validate` (default tool for desktop entry validation) shows the following warnings. ```bash ~$ desktop-file-validate unciv.desktop unciv.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated unciv.desktop: warning: boolean key "Terminal" in group "Desktop Entry" has value "0", which is deprecated: boolean values should be "false" or "true" ``` Thus deprecated lines were removed or edited.
12 lines
204 B
Desktop File
12 lines
204 B
Desktop File
[Desktop Entry]
|
|
Comment=Open-source Android/Desktop remake of Civ V
|
|
Exec=Unciv
|
|
GenericName=4X Game
|
|
Icon=unciv
|
|
Name=Unciv
|
|
NoDisplay=false
|
|
StartupNotify=true
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Game
|