Skip to content

Commit 5e6758a

Browse files
committed
Fixed .desktop and appdata file
* Removed BOM from .desktop * Set correct version in .desktop (version is the version of the Desktop Entry Specification not of the application) * Set correct Icon name (the name should not contain an file extension) * Removed invalid xml tag from appdata
1 parent c8130b4 commit 5e6758a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

vdrift.appdata.xml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
VDrift aims to provide an accurate driving physics emulation, based on real world data of the actual vehicles, employing a full rigid body simulation and a complex tire model.
1818
The recommended input method is a steering wheel with pedals and force feedback support.
1919
</p>
20-
</ul>
2120
</description>
2221
<screenshots>
2322
<screenshot type="default" width="899" height="507">https://github.com/VDrift/vdrift/blob/master/vdrift/raw/2f19c79de4fac0c326fa099dba7d9f19362552d0/miura_vdrift_899.jpg</screenshot>

vdrift.desktop

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
[Desktop Entry]
2-
Encoding=UTF-8
1+
[Desktop Entry]
32
Type=Application
43
Name=VDrift
5-
Version=2012-07-22
4+
Version=1.0
65
GenericName=Racing Simulation
76
Comment=An open source driving simulation made with drift racing in mind
87
Exec=vdrift
9-
Icon=vdrift.png
8+
Icon=vdrift
109
Terminal=false
1110
Categories=Game;Simulation;

0 commit comments

Comments
 (0)