Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Copy .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored and RikkaW committed Jul 13, 2021
1 parent dd0297c commit b2cb255
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions riru/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ afterEvaluate {
dependsOn(":app:assemble$variantCapped")

into magiskDir
from("$rootDir/template/magisk_module") {
include '.gitattributes'
//defaultExcludes: 'no'
}
from("$rootDir/app/build/outputs/apk/$variantLowered/riru.apk") {
rename { "app.apk" }
}
Expand Down
6 changes: 5 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
include ':riru', ':app', ':stub'
include ':riru', ':app', ':stub'

import org.apache.tools.ant.DirectoryScanner

DirectoryScanner.removeDefaultExclude('**/.gitattributes')

0 comments on commit b2cb255

Please sign in to comment.