[CI] MR Feedback

This commit is contained in:
Sarah Sunday
2026-04-04 20:56:07 -05:00
parent d394bf1999
commit 777a967e7c
3 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -39,9 +39,7 @@ jobs:
- shell: bash
run: |
source "${{ github.workspace }}/CI/deps_versions.msvc.sh"
echo "QT_VER=$QT_VER" >> $GITHUB_ENV
echo "VCPKG_TAG=$VCPKG_TAG" >> $GITHUB_ENV
cat "${{ github.workspace }}/CI/deps_versions.msvc.sh" << $GITHUB_ENV
- name: Create directories for dependencies
run: |
+3 -2
View File
@@ -1,2 +1,3 @@
QT_VER='6.6.3'
VCPKG_TAG='2026-02-24'
# You must not quote any of these, they are piped to GitHub Action's ENV in addition to Gitlab CI.
QT_VER=6.6.3
VCPKG_TAG=2026-02-24
-1
View File
@@ -820,7 +820,6 @@ if (OPENMW_OSX_DEPLOYMENT AND APPLE)
install(DIRECTORY "${APP_BUNDLE_DIR}" USE_SOURCE_PERMISSIONS DESTINATION "." COMPONENT Runtime)
set(CPACK_GENERATOR "DragNDrop")
set(CPACK_SYSTEM_NAME "macOS")
set(CPACK_PACKAGE_VERSION ${OPENMW_VERSION})
set(CPACK_PACKAGE_VERSION_MAJOR ${OPENMW_VERSION_MAJOR})
set(CPACK_PACKAGE_VERSION_MINOR ${OPENMW_VERSION_MINOR})