build: Fix macOS and Snap builds not bundling latest patterns

This commit is contained in:
WerWolv 2025-12-06 20:57:51 +01:00
parent 00986d0ea8
commit afa297bb53
3 changed files with 2 additions and 0 deletions

0
changelog.md Normal file
View File

View File

@ -168,6 +168,7 @@ RUN --mount=type=cache,target=/cache --mount=type=cache,target=/mnt/ImHex/build/
-DIMHEX_GENERATE_PACKAGE=ON -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
`# other flags` \
-DIMHEX_STRICT_WARNINGS=OFF \
-DIMHEX_PATTERNS_PULL_MASTER=ON \
-DCMAKE_INSTALL_PREFIX=/mnt/ImHex/build/install \
-B build
## Build ImHex

View File

@ -40,6 +40,7 @@ parts:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_C_COMPILER_LAUNCHER=${CCACHE}
- -DCMAKE_CXX_COMPILER_LAUNCHER=${CCACHE}
- -DIMHEX_PATTERNS_PULL_MASTER=ON
cmake-generator: Ninja
build-packages:
- cmake