Windows doesn't have a cp command.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ad5001 2021-08-26 18:26:36 +02:00
parent 8c559353eb
commit a00405d35c
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -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