diff --git a/package-windows.bat b/package-windows.bat index 7ef39b6..2414542 100644 --- a/package-windows.bat +++ b/package-windows.bat @@ -1,6 +1,6 @@ -XCOPY win/*.* dist/logarithmplotter/ /C /S /D /Y /I -XCOPY README.md dist/logarithmplotter/ /C /D /Y -XCOPY LICENSE.md dist/logarithmplotter/ /C /D /Y +XCOPY win\*.* dist\logarithmplotter /C /S /D /Y /I +XCOPY README.md dist\logarithmplotter /C /D /Y +XCOPY LICENSE.md dist\logarithmplotter /C /D /Y rem Creating installer -cd dist/logarithmplotter/ +cd dist\logarithmplotter "C:\Program Files (x86)\NSIS\makensis" installer.nsi