LogarithmPlotter/scripts/package-windows.bat
Ad5001 faae76fbbd
Some checks failed
continuous-integration/drone/push Build is failing
Moving scripts to their own dedicated directory.
2022-01-26 19:48:46 +01:00

8 lines
256 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
cd ..\..