Windows doesn't have a cp command.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8c559353eb
commit
a00405d35c
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
cp win/* README.md LICENSE.md dist/logarithmplotter/
|
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
|
rem Creating installer
|
||||||
cd dist/logarithmplotter/
|
cd dist/logarithmplotter/
|
||||||
"C:\Program Files (x86)\NSIS\makensis" installer.nsi
|
"C:\Program Files (x86)\NSIS\makensis" installer.nsi
|
||||||
|
|
Loading…
Reference in a new issue