LogarithmPlotter/package-windows.bat
Ad5001 21dc8a8b87
All checks were successful
continuous-integration/drone/push Build is passing
Imagine being so used to linux that you forget how backwards windows is.
2021-08-26 18:29:23 +02:00

7 lines
247 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