Skip to content

Commit

Permalink
Native image: Update resource configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Aug 17, 2023
1 parent 9668fa8 commit ff5f488
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/main/resources/META-INF/native-image/resource-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,25 @@
"resources":{
"includes":[
{
"pattern":".*yml$"
"pattern":".*\\.yml$"
},
{
"pattern":".*spv$"
"pattern":".*\\.spv$"
},
{
"pattern":".*frag$"
"pattern":".*\\.frag$"
},
{
"pattern":".*vert$"
"pattern":".*\\.vert$"
},
{
"pattern":".*comp$"
"pattern":".*\\.comp$"
},
{
"pattern":".*geom$"
"pattern":".*\\.geom$"
},
{
"pattern":"\\Qgraphics/scenery/backends/shaders/HBAO.frag\\E"
},
{
"pattern":"\\Qkotlin/kotlin.kotlin_builtins\\E"
Expand Down

0 comments on commit ff5f488

Please sign in to comment.