We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ae4ab commit adf98c5Copy full SHA for adf98c5
dist/base.gradle
@@ -74,7 +74,7 @@ if (org.gradle.internal.os.OperatingSystem.current().isWindows()) {
74
file("$distDir/base/app/xpiped.exe").writable = true
75
exec {
76
commandLine "$projectDir\\tools\\sign.bat", "$distDir/base/app/xpiped.exe"
77
- ignoreExitValue = true
+ ignoreExitValue = !ci
78
}
79
file("$distDir/base/app/xpiped.exe").writable = false
80
0 commit comments