mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
macos fixes
This commit is contained in:
parent
893279d379
commit
4e1999c0da
1 changed files with 2 additions and 2 deletions
4
dist/base.gradle
vendored
4
dist/base.gradle
vendored
|
@ -190,8 +190,8 @@ if (org.gradle.internal.os.OperatingSystem.current().isWindows()) {
|
|||
}
|
||||
file("$distDir/$app/Contents/Resources/scripts/uninstall.sh").text = file("$distDir/$app/Contents/Resources/scripts/uninstall.sh").text
|
||||
.replaceAll("__PRODUCT__", productName)
|
||||
.replaceAll("__PACKAGE_ID__", "io.xpipe.$kebapProductName")
|
||||
.replaceAll("__VERSION__", version.toString())
|
||||
.replaceAll("__PRODUCT_KEBAP__", kebapProductName)
|
||||
.replaceAll("__VERSION__", versionString)
|
||||
|
||||
def debugArguments = file("$projectDir/debug/debug_arguments.txt").text.lines().map(s -> '"' + s + '"').collect(Collectors.joining(
|
||||
' '))
|
||||
|
|
Loading…
Reference in a new issue