mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
openvideoeditor: fix reproducible-apk-tool usage
This commit is contained in:
parent
84b608ba92
commit
822bd7ddbd
1 changed files with 2 additions and 4 deletions
|
|
@ -51,10 +51,8 @@ Builds:
|
|||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.7
|
||||
prebuild: echo -e '\ntasks.register<Exec>("crlf") { executable("bash"); args("-c",
|
||||
"$$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines build/intermediates/merged_java_res/release/base.jar
|
||||
META-INF/services/*"); workingDir(project.projectDir) }\ntasks.configureEach
|
||||
{ if (name == "minifyReleaseWithR8") { finalizedBy("crlf") } }' >> build.gradle.kts
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 4 fix-newlines
|
||||
$$OUT$$ 'META-INF/services/*'
|
||||
|
||||
AllowedAPKSigningKeys: 84df644cc5dbd4ea50602b9f23e4fbf3b22ee5cd2182437bef72c7c799f12db6
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue