summaryrefslogtreecommitdiffstats
path: root/bin/proguardgui.bat
diff options
context:
space:
mode:
Diffstat (limited to 'bin/proguardgui.bat')
-rw-r--r--bin/proguardgui.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/proguardgui.bat b/bin/proguardgui.bat
index 4575aaa..c328f5b 100644
--- a/bin/proguardgui.bat
+++ b/bin/proguardgui.bat
@@ -8,7 +8,7 @@ REM you'll have to add escaped quotes around them, e.g.
REM "\"C:/My Directory/My File.txt\""
IF EXIST "%PROGUARD_HOME%" GOTO home
-SET PROGUARD_HOME=..
+SET PROGUARD_HOME=%~dp0\..
:home
java -jar "%PROGUARD_HOME%\lib\proguardgui.jar" %*