6 lines
167 B
Batchfile
6 lines
167 B
Batchfile
|
cd ..
|
||
|
cp * ../README.md ../LICENSE.md ../dist/logarithmplotter/
|
||
|
# Creating installer
|
||
|
cd ../dist/logarithmplotter/
|
||
|
"C:\Program Files (x86)\NSIS\makensis" installer.nsi
|