Add vector shaders
This commit is contained in:
parent
ebcfc3ad0c
commit
ff329c7f37
1 changed files with 3 additions and 1 deletions
|
@ -362,7 +362,9 @@ task copyPoiCategories(type: Copy) {
|
||||||
}
|
}
|
||||||
|
|
||||||
task copyMapShaderIcons(type: Sync) {
|
task copyMapShaderIcons(type: Sync) {
|
||||||
from "../../resources/rendering_styles/style-icons/map-shaders-png"
|
// from "../../resources/rendering_styles/style-icons/map-shaders-png"
|
||||||
|
// into "res/"
|
||||||
|
from "../../resources/rendering_styles/style-icons/map-shaders-vector"
|
||||||
into "res/"
|
into "res/"
|
||||||
include "**/*.png", "**/*.xml"
|
include "**/*.png", "**/*.xml"
|
||||||
preserve {
|
preserve {
|
||||||
|
|
Loading…
Reference in a new issue