Skip to content

Commit

Permalink
Install new resources for Material Editor
Browse files Browse the repository at this point in the history
Without the bundled resources (test cube, room background etc) the Material
Editor just shows an empty preview or a "Shader not found" cube.
  • Loading branch information
Matthew Mott committed May 4, 2021
1 parent 9b3b837 commit 5615ecc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -161,6 +161,7 @@ install(DIRECTORY install/bitmaps DESTINATION ${PKGDATADIR})
install(DIRECTORY install/gl DESTINATION ${PKGDATADIR})
install(DIRECTORY install/ui DESTINATION ${PKGDATADIR}
FILES_MATCHING PATTERN "*.ttf" PATTERN "*.xrc")
install(DIRECTORY install/resources DESTINATION ${PKGDATADIR})

# Install locale data
if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.14")
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
darkradiant (2.12.0~focal3) focal; urgency=medium

* Include resources needed by the Material Editor preview.

-- Matthew Mott <orbweaver3d@gmail.com> Tue, 04 May 2021 19:35:53 +0100

darkradiant (2.12.0~focal2) focal; urgency=medium

* New major release on all platforms.
Expand Down

0 comments on commit 5615ecc

Please sign in to comment.