summarylogtreecommitdiffstats
path: root/edb32.desktop
diff options
context:
space:
mode:
authordobo902015-06-08 19:30:45 +0200
committerdobo902015-06-08 19:30:45 +0200
commite94a3a2b2ec58a5e0f96e7d6dd59b974bed4cdba (patch)
tree8c629f106e3ef757851019889fe89a5394741d95 /edb32.desktop
downloadaur-e94a3a2b2ec58a5e0f96e7d6dd59b974bed4cdba.tar.gz
Initial import
Diffstat (limited to 'edb32.desktop')
-rw-r--r--edb32.desktop16
1 files changed, 16 insertions, 0 deletions
diff --git a/edb32.desktop b/edb32.desktop
new file mode 100644
index 000000000000..d1a01d7a4c26
--- /dev/null
+++ b/edb32.desktop
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Name=Evan's Debugger (32-bit version)
+GenericName=Debugger
+Comment=QT4 based binary mode debugger
+TryExec=edb32
+Exec=edb32
+Terminal=false
+Type=Application
+Icon=edb32
+Categories=Application;Development;
+Actions=Debug
+MimeType=application/x-executable
+
+[Desktop Action Debug]
+Exec=edb32 --run %f
+Name=Evan's Debugger 32-bit (debug with)