Skip to content

Commit

Permalink
build: fix nightly portable releases to use QT_ROOT_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Feb 10, 2025
1 parent b00ff76 commit b4637e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/package-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ xcopy /I /E /Y /K /F /EXCLUDE:src\sites\exclude_xcopy.txt "src/sites" "release/s
xcopy /I /E /Y /K /F /H "src/dist/windows" "release"

:: Add Qt DLL and files
%Qt6_Dir%\bin\windeployqt --dir "release" "release/Grabber.exe" --release --no-quick-import --no-opengl-sw
copy %Qt6_Dir%\lib\qscintilla2_qt6.dll "release"
copy %Qt6_Dir%\bin\Qt6PrintSupport.dll "release"
%QT_ROOT_DIR%\bin\windeployqt --dir "release" "release/Grabber.exe" --release --no-quick-import --no-opengl-sw
copy %QT_ROOT_DIR%\lib\qscintilla2_qt6.dll "release"
copy %QT_ROOT_DIR%\bin\Qt6PrintSupport.dll "release"

:: Add OpenSSL and MySQL DLL
copy %OPENSSL_ROOT_DIR%\libcrypto-3*.dll "release"
Expand Down

0 comments on commit b4637e2

Please sign in to comment.