Skip to content

Commit

Permalink
SIgning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Jul 16, 2024
1 parent d4ae4ab commit adf98c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/base.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if (org.gradle.internal.os.OperatingSystem.current().isWindows()) {
file("$distDir/base/app/xpiped.exe").writable = true
exec {
commandLine "$projectDir\\tools\\sign.bat", "$distDir/base/app/xpiped.exe"
ignoreExitValue = true
ignoreExitValue = !ci
}
file("$distDir/base/app/xpiped.exe").writable = false
}
Expand Down

0 comments on commit adf98c5

Please sign in to comment.