mirror of
https://github.com/OpenMW/openmw.git
synced 2026-05-06 07:56:40 -04:00
[CI] MR Feedback
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user