2021-08-26 16:29:23 +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
|
2021-06-21 23:33:42 +00:00
|
|
|
rem Creating installer
|
2021-08-26 16:29:23 +00:00
|
|
|
cd dist\logarithmplotter
|
2021-06-21 23:33:42 +00:00
|
|
|
"C:\Program Files (x86)\NSIS\makensis" installer.nsi
|
2021-08-26 16:57:49 +00:00
|
|
|
cd ..\..
|