Skip to content

Commit

Permalink
Merge pull request #345 from CJPrindle/master
Browse files Browse the repository at this point in the history
changed dmd-doc.desktop Exec line.
  • Loading branch information
wilzbach committed Oct 17, 2018
2 parents 8b89e55 + 4b04997 commit 235faa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/dmd_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ else
Type=Application
Name=dmd/phobos documentation v'$VERSION1'
Comment=dmd compiler and phobos library documentation v'$VERSION1'
Exec=xdg-open /usr/share/dmd/html/d/language-reference.html
Exec=xdg-open /usr/share/dmd/html/d/spec/spec.html
Icon=dmd-doc
Categories=Development;' | sed 's/^\t//' > usr/share/applications/dmd-doc.desktop

Expand Down

0 comments on commit 235faa9

Please sign in to comment.