LogarithmPlotter/package-windows.bat
Ad5001 a00405d35c
Some checks failed
continuous-integration/drone/push Build is failing
Windows doesn't have a cp command.
2021-08-26 18:26:36 +02:00

7 lines
251 B
Batchfile

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