Update build.gradle
This commit is contained in:
parent
92b5b0dd27
commit
28cb791d0d
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ task collectVoiceAssets(type: Sync) {
|
|||
}
|
||||
|
||||
task collectHelpContentsAssets(type: Sync) {
|
||||
from "../../help"
|
||||
from "../../help/help"
|
||||
into "assets/help"
|
||||
include "*.html"
|
||||
include "images/**/*.png"
|
||||
|
|
Loading…
Reference in a new issue