Skip to content

Commit adf98c5

Browse files
committed
SIgning fixes
1 parent d4ae4ab commit adf98c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/base.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if (org.gradle.internal.os.OperatingSystem.current().isWindows()) {
7474
file("$distDir/base/app/xpiped.exe").writable = true
7575
exec {
7676
commandLine "$projectDir\\tools\\sign.bat", "$distDir/base/app/xpiped.exe"
77-
ignoreExitValue = true
77+
ignoreExitValue = !ci
7878
}
7979
file("$distDir/base/app/xpiped.exe").writable = false
8080
}

0 commit comments

Comments
 (0)