From 21dc8a8b87c30c3ca7602c32ca71ff5ae6f5a8a3 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 26 Aug 2021 18:29:23 +0200 Subject: [PATCH] Imagine being so used to linux that you forget how backwards windows is. --- package-windows.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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