mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
academic/sequence-analysis: Fixed desktop file (removed quotes)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
0639701a53
commit
3fe1a37bd2
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
PRGNAM=sequence-analysis
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Categories=Education;
|
||||
Exec="java -jar /usr/bin/sequence-analysis.jar -Xms512m -Xmx1024m"
|
||||
Exec=java -jar /usr/bin/sequence-analysis.jar -Xms512m -Xmx1024m
|
||||
Icon=sequence-analysis.png
|
||||
Name=Sequence Analysis
|
||||
StartupNotify=false
|
||||
|
|
Loading…
Reference in a new issue