afdd2d8b39
* fix: missing/incorrect .desktop file values - correct comment - Add StartupWMClass * feat: add button to install desktop file from jadx-gui (#1392) * fix: use POSIX compliant realpath instead of readlink * fix: get XDG executable from PATH
11 lines
207 B
Desktop File
11 lines
207 B
Desktop File
[Desktop Entry]
|
|
Name=JADX GUI
|
|
Comment=Dex to Java decompiler
|
|
Icon=jadx
|
|
Exec=jadx-gui %f
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Development;Java;
|
|
Keywords=Java;Decompiler;
|
|
StartupWMClass=jadx-gui-JadxGUI
|