Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ def buildResourcesBundle = tasks.register('buildResourcesBundle', Zip) {
from('src/main/jni/httrack/html') { into 'html'; exclude 'Makefile.am' }
from('src/main/jni/httrack/templates') { into 'templates'; exclude 'Makefile.am' }
from('src/main/bundle/license') { into 'license' }
// html/index.html links to ../license.txt and ../history.txt at the bundle root.
from('src/main/jni/httrack') { include 'license.txt', 'history.txt' }
}
// preBuild is a transitive ancestor of every resource task, so this one edge gives
// them all the dependency on the generated bundle that Gradle's validation requires.
Expand Down
Loading