LogarithmPlotter/package-windows.bat
Ad5001 ebeb86f994
All checks were successful
continuous-integration/drone/push Build is passing
Fixing windows bugs. Trying to fix some more.
2021-08-26 18:57:49 +02: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 ..\..