Skip to content

Commit

Permalink
Windows: only package what's necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Feb 18, 2024
1 parent 915a2af commit 2330d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ jobs:
;;
Windows)
ls -l $FULL_INSTALL_PATH/quaternion.exe # Fail if it's not there
rm -rf $FULL_INSTALL_PATH/{include,lib/cmake,share}
OUTPUT=$PACKAGE_STEM.zip
7z a $OUTPUT $FULL_INSTALL_PATH
;;
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ if(WIN32)
message(STATUS \"Running windeployqt at \${CMAKE_INSTALL_PREFIX}\${CMAKE_INSTALL_BINDIR}\")
execute_process(
COMMAND \"${${Qt}_BinDir}/windeployqt\" --verbose ${DEPLOY_VERBOSITY}
--no-multimediaquick --no-test
--no-multimediaquick --no-test --no-qml-tooling
--qmldir \"${QML_DIR}\"
\${CMAKE_INSTALL_PREFIX}\${CMAKE_INSTALL_BINDIR}
RESULT_VARIABLE WDQ_RETVAL
Expand Down

0 comments on commit 2330d57

Please sign in to comment.