add ida teams desktop file
This commit is contained in:
parent
464ed17c6a
commit
2751e61459
2 changed files with 9 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,4 +2,4 @@
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!PKGBUILD
|
!PKGBUILD
|
||||||
!.SRCINFO
|
!.SRCINFO
|
||||||
!ida-pro.desktop
|
!*.desktop
|
||||||
|
|
8
ida-pro-teams.desktop
Normal file
8
ida-pro-teams.desktop
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=IDA Teams
|
||||||
|
Comment=Teams for The Interactive Disassembler
|
||||||
|
Exec=/usr/bin/hvui %f
|
||||||
|
Icon=ida-pro-teams
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Development
|
Loading…
Reference in a new issue