We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7493f91 commit 7354928Copy full SHA for 7354928
script/install.sh
@@ -1197,7 +1197,7 @@ write_env_vars() {
1197
echo "set _OLD_D_PATH=%PATH%"
1198
echo "set PATH=${DUB_BIN_PATH:+$(cygpath -w "${DUB_BIN_PATH}");}${winpath};%PATH%"
1199
if [[ $PROCESSOR_ARCHITECTURE != x86 ]]; then
1200
- echo "set PATH=${winpath}64;%PATH%"
+ echo "set PATH=${winpath}64;PATH%"
1201
fi
1202
} > "$ROOT/$1/activate.bat"
1203
windows/d2-installer.nsi
@@ -295,6 +295,7 @@ SectionGroup /e "D2"
295
296
Section "Add to PATH" AddD2ToPath
297
${EnvVarUpdate} $0 "PATH" "A" "HKLM" "$INSTDIR\dmd2\windows\bin"
298
+ ${EnvVarUpdate} $0 "PATH" "A" "HKLM" "$INSTDIR\dmd2\windows\bin64"
299
SectionEnd
300
301
0 commit comments