mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
SIgning fixes
This commit is contained in:
parent
2969053123
commit
a520b6cc39
1 changed files with 1 additions and 1 deletions
2
dist/base.gradle
vendored
2
dist/base.gradle
vendored
|
@ -74,7 +74,7 @@ if (org.gradle.internal.os.OperatingSystem.current().isWindows()) {
|
||||||
file("$distDir/base/app/xpiped.exe").writable = true
|
file("$distDir/base/app/xpiped.exe").writable = true
|
||||||
exec {
|
exec {
|
||||||
commandLine "$projectDir\\tools\\sign.bat", "$distDir/base/app/xpiped.exe"
|
commandLine "$projectDir\\tools\\sign.bat", "$distDir/base/app/xpiped.exe"
|
||||||
ignoreExitValue = true
|
ignoreExitValue = !ci
|
||||||
}
|
}
|
||||||
file("$distDir/base/app/xpiped.exe").writable = false
|
file("$distDir/base/app/xpiped.exe").writable = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue