summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Schichtel2019-06-04 22:34:45 +0200
committerPhillip Schichtel2019-06-04 22:34:45 +0200
commit59a27af6bd3119dd04f87e2aaab367aab9227c3b (patch)
treec5511714dcfd99009c857baac7b263fc2a23759d
parentc0b60a1a9d5efc7f48710a2cd3d4d3f75c333a41 (diff)
downloadaur-59a27af6bd3119dd04f87e2aaab367aab9227c3b.tar.gz
correct the paths in the script and desktop file
-rw-r--r--jprofiler10.desktop2
-rw-r--r--jprofiler10.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/jprofiler10.desktop b/jprofiler10.desktop
index 8f221cdf2174..18a007203c76 100644
--- a/jprofiler10.desktop
+++ b/jprofiler10.desktop
@@ -6,4 +6,4 @@ GenericName=JProfiler
Comment=Launch JProfiler
Icon=jprofiler
Categories=Development;
-Exec=jprofiler
+Exec=jprofiler10
diff --git a/jprofiler10.sh b/jprofiler10.sh
index ca501cf158fe..ec314d0e702f 100644
--- a/jprofiler10.sh
+++ b/jprofiler10.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-/opt/jprofiler/bin/jprofiler
+/opt/jprofiler10/bin/jprofiler10