diff --git a/collects/meta/build/nsis/installer.nsi b/collects/meta/build/nsis/installer.nsi index f61d3fd..4759e8f 100644 --- a/collects/meta/build/nsis/installer.nsi +++ b/collects/meta/build/nsis/installer.nsi @@ -177,7 +177,7 @@ Section "" DetailPrint "Installing Racket..." SetDetailsPrint listonly SetOutPath "$INSTDIR" - File /a /r "plt\*.*" + File /a /r "racket\*.*" !ifndef SimpleInstaller WriteUninstaller "${UNINSTEXE}" ; Create uninstaller !endif