Imagine being so used to linux that you forget how backwards windows is.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a00405d35c
commit
21dc8a8b87
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
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/
|
||||
cd dist\logarithmplotter
|
||||
"C:\Program Files (x86)\NSIS\makensis" installer.nsi
|
||||
|
|
Loading…
Reference in a new issue