mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
fix workingDir for build.gradle running build_no.sh
This commit is contained in:
parent
f97fec1547
commit
ccbfc5bb7e
@ -98,6 +98,7 @@ def enableProguardInReleaseBuilds = false
|
||||
def getVersionCode = { ->
|
||||
new ByteArrayOutputStream().withStream { stdOut ->
|
||||
exec {
|
||||
workingDir "../"
|
||||
commandLine "./build_no.sh"
|
||||
standardOutput = stdOut
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user