Skip to content

Commit 44ad3d8

Browse files
committed
Update release script
1 parent ff94e1a commit 44ad3d8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

release.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd release
1010
xcopy /Y ..\Z80Explorer.exe .
1111
xcopy /Y ..\highDPI.bat .
1212
xcopy /Y ..\cleanup.reg .
13-
xcopy /Y ..\Z80Explorer.pdf .
13+
xcopy /Y ..\index.html .
1414

1515
windeployqt.exe --compiler-runtime Z80Explorer.exe
1616
if errorlevel 1 goto end
@@ -25,6 +25,9 @@ xcopy /Y "%VCToolsRedistDir%"\x64\Microsoft.VC142.CRT\msvcp140_2.dll .
2525
mkdir resource
2626
xcopy /Y /S ..\resource resource
2727

28+
mkdir docs
29+
xcopy /Y /S ..\docs docs
30+
2831
@REM Remove all unnecessary components and files
2932
rmdir /S /Q bearer iconengines imageformats translations platforminputcontexts qml qmltooling tls networkinformation generic
3033
rm -f Qt6Pdf.dll Qt6VirtualKeyboard.dll Qt6Quick3DUtils.dll Qt6Quick.dll Qt6QmlModels.dll Qt6Svg.dll

0 commit comments

Comments
 (0)