From a00405d35c7c9be93873ba34a9b69f74ee520f05 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 26 Aug 2021 18:26:36 +0200 Subject: [PATCH] Windows doesn't have a cp command. --- package-windows.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package-windows.bat b/package-windows.bat index 700159c..7ef39b6 100644 --- a/package-windows.bat +++ b/package-windows.bat @@ -1,4 +1,6 @@ -cp win/* README.md LICENSE.md dist/logarithmplotter/ +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/ "C:\Program Files (x86)\NSIS\makensis" installer.nsi