mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-23 08:55:41 +00:00
SIgning fixes
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user