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 d5b686cCopy full SHA for d5b686c
1 file changed
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