Imagine being so used to linux that you forget how backwards windows is.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2021-08-26 18:29:23 +02:00
parent a00405d35c
commit 21dc8a8b87
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -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