aboutsummaryrefslogtreecommitdiff
path: root/z_install.bat
diff options
context:
space:
mode:
Diffstat (limited to 'z_install.bat')
-rw-r--r--z_install.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/z_install.bat b/z_install.bat
index b57d39f..b0faa49 100644
--- a/z_install.bat
+++ b/z_install.bat
@@ -5,10 +5,10 @@ REM ==============================================
REM where does PD reside ??
REM if you want spaces in the path, please use quotes ("")
-set PDPATH=C:\programme\pd
+set PDPATH="%PROGRAMFILES%\pd"
REM which pd-version do we have ?
-set PDVERSION=0.37
+set PDVERSION=0.38
REM ==============================================