Skip to content

Commit

Permalink
Merge pull request #3510 from kiwix/Issue#3509
Browse files Browse the repository at this point in the history
Updated the asset folder naming
  • Loading branch information
kelson42 authored Oct 21, 2023
2 parents 981b4e6 + a2f2bee commit ce45eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
createDownloadTask(it)
createPublishApkWithExpansionTask(it, applicationVariants)
}
File("$projectDir/../install_time_asset_for_dwds/src/main/assets", "$name.zim").let {
File("$projectDir/../install_time_asset/src/main/assets", "$name.zim").let {
createDownloadTaskForPlayAssetDelivery(it)
createPublishBundleWithAssetPlayDelivery()
}
Expand Down

0 comments on commit ce45eba

Please sign in to comment.