7 lines
256 B
Batchfile
7 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 ..\..
|