Bugfix: unescaped slash in sed expression
This commit is contained in:
parent
3b8ca8158e
commit
638746d742
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
patch_backend () {
|
||||
patcher \
|
||||
build.gradle \
|
||||
-e "s/implementation 'rocks.kavin:reqwest4j:.*'/implementation files('libs/reqwest4j.jar')/"
|
||||
-e "s/implementation 'rocks.kavin:reqwest4j:.*'/implementation files('libs\/reqwest4j.jar')/"
|
||||
|
||||
patcher \
|
||||
src/main/java/me/kavin/piped/Main.java \
|
||||
|
|
Loading…
Reference in a new issue