We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff94e1a commit 44ad3d8Copy full SHA for 44ad3d8
1 file changed
release.bat
@@ -10,7 +10,7 @@ cd release
10
xcopy /Y ..\Z80Explorer.exe .
11
xcopy /Y ..\highDPI.bat .
12
xcopy /Y ..\cleanup.reg .
13
-xcopy /Y ..\Z80Explorer.pdf .
+xcopy /Y ..\index.html .
14
15
windeployqt.exe --compiler-runtime Z80Explorer.exe
16
if errorlevel 1 goto end
@@ -25,6 +25,9 @@ xcopy /Y "%VCToolsRedistDir%"\x64\Microsoft.VC142.CRT\msvcp140_2.dll .
25
mkdir resource
26
xcopy /Y /S ..\resource resource
27
28
+mkdir docs
29
+xcopy /Y /S ..\docs docs
30
+
31
@REM Remove all unnecessary components and files
32
rmdir /S /Q bearer iconengines imageformats translations platforminputcontexts qml qmltooling tls networkinformation generic
33
rm -f Qt6Pdf.dll Qt6VirtualKeyboard.dll Qt6Quick3DUtils.dll Qt6Quick.dll Qt6QmlModels.dll Qt6Svg.dll
0 commit comments