Skip to content

Commit

Permalink
Flatpak: Use WZPrebuiltPackages.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Sep 8, 2023
1 parent baac221 commit 75b42a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .ci/flatpak/generate_flatpak_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ if(NOT DEFINED WZ_SENTRY_NATIVE_URL OR NOT DEFINED WZ_SENTRY_NATIVE_SHA512)
endif()
unset(_sentry_dl_data_file)

##################################
# Handle prebuilt-texture-packages

include("${PROJECT_ROOT}/data/WZPrebuiltPackages.cmake")

##################################
# Debug output

Expand Down
4 changes: 2 additions & 2 deletions .ci/flatpak/net.wz2100.wz2100.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ modules:
- cp "high.wz" /app/prestaged-dl
sources:
- type: file
url: "https://github.com/Warzone2100/data-terrain-high/releases/download/v1/high.wz"
sha512: "44a39e585344b25ab0fa4ed769f2b48bf23a0e4fc4b23e0fab4e68643cc6e3ebeabba790e8b1e6c96493ad01b6a2f09e92b893063013077dcac2475f0b5373d6"
url: @WZ_PREBUILT_TERRAIN_HIGH_DL_URL@
sha512: @WZ_PREBUILT_TERRAIN_HIGH_DL_SHA512@
dest-filename: high.wz

- name: glslc
Expand Down

0 comments on commit 75b42a1

Please sign in to comment.