LogarithmPlotter/package-windows.bat

7 lines
251 B
Batchfile
Raw Normal View History

2021-08-26 16:26:36 +00:00
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