mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-07 19:25:39 +00:00
Barcode Scanner: removed unneeded indent in sed
This seems to break .txt parsing: https://gitlab.com/fdroid/fdroidserver/-/jobs/20963967
This commit is contained in:
parent
527db47309
commit
ebfaf4d9fe
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ Build:4.7.6,106
|
|||
subdir=android
|
||||
maven=yes
|
||||
output=target/android-4.7.6-aligned.apk
|
||||
prebuild=sed -i "58i\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ android:debuggable=\"false\"" AndroidManifest.xml
|
||||
prebuild=sed -i "58iandroid:debuggable=\"false\"" AndroidManifest.xml
|
||||
scanignore=core/src/test
|
||||
build=$$MVN3$$ install -f ../core/pom.xml -Dmaven.test.skip=true && \
|
||||
$$MVN3$$ install -f ../android-core/pom.xml -Dmaven.test.skip=true && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue