Skip to content

Commit

Permalink
Fixed .desktop and appdata file
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
susnux committed May 24, 2016
1 parent c8130b4 commit 5e6758a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion vdrift.appdata.xml
Expand Up @@ -17,7 +17,6 @@
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.
The recommended input method is a steering wheel with pedals and force feedback support.
</p>
</ul>
</description>
<screenshots>
<screenshot type="default" width="899" height="507">https://github.com/VDrift/vdrift/blob/master/vdrift/raw/2f19c79de4fac0c326fa099dba7d9f19362552d0/miura_vdrift_899.jpg</screenshot>
Expand Down
7 changes: 3 additions & 4 deletions vdrift.desktop
@@ -1,11 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
[Desktop Entry]
Type=Application
Name=VDrift
Version=2012-07-22
Version=1.0
GenericName=Racing Simulation
Comment=An open source driving simulation made with drift racing in mind
Exec=vdrift
Icon=vdrift.png
Icon=vdrift
Terminal=false
Categories=Game;Simulation;

0 comments on commit 5e6758a

Please sign in to comment.