diff --git a/src/wordweaver.nsi b/src/wordweaver.nsi index a82a4f7..a782fc2 100644 --- a/src/wordweaver.nsi +++ b/src/wordweaver.nsi @@ -5,7 +5,7 @@ Name "Wordweaver" ; The file to write -OutFile "..\dist\Wordweaver-install.exe" +OutFile "dist\Wordweaver-install.exe" ; Request application privileges for Windows Vista and higher RequestExecutionLevel admin @@ -42,7 +42,7 @@ Section "Wordweaver (required)" SetOutPath $INSTDIR ; Put file there - File "..\dist\Wordweaver.exe" + File "dist\Wordweaver\Wordweaver.exe" ; Write the installation path into the registry WriteRegStr HKLM "SOFTWARE\Wordweaver" "Install_Dir" "$INSTDIR"