summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Kogler2015-07-14 18:54:49 +0200
committerSamuel Kogler2015-07-14 18:55:07 +0200
commit35a7954c26b57c48cb6a4b5cfc0670146f36139e (patch)
tree542356a589351389aba8f24114f390281ea0870a
parent85a61211727f0221b46f83c1e467ae9e213df1d4 (diff)
downloadaur-35a7954c26b57c48cb6a4b5cfc0670146f36139e.tar.gz
Fix desktop file
-rw-r--r--PKGBUILD2
-rw-r--r--SimulationCraft.desktop3
2 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a38f150b1154..61b3e2edded6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgname=simc
_simver=620
_simrel=02
pkgver=${_simver}_${_simrel}
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm). Multi-player event-driven simulator written in C++ that models raid damage."
url="http://code.google.com/p/simulationcraft"
arch=('i686' 'x86_64')
diff --git a/SimulationCraft.desktop b/SimulationCraft.desktop
index 2e642ebd0ab2..997c3a7abb4a 100644
--- a/SimulationCraft.desktop
+++ b/SimulationCraft.desktop
@@ -2,8 +2,7 @@
Name=SimulationCraft
Comment=A tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm). Multi-player event-driven simulator written in C++ that models raid damage.
Exec=simulationcraft
-Icon=SimulationCraft.xpm
-Path=
+Icon=SimulationCraft
Terminal=false
Type=Application
StartupNotify=true