Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-07-21 00:55:03 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-07-21 00:55:03 +0300
commitf72a9de6281d39de9eab6627a1cd2b68c00deb9e (patch)
tree94a6007b8a2afdbe188dc25d2ac376aefc96993d /build
parenta6652770ddb561ba70b093793657348f627f68f5 (diff)
macOS update dependencies
Diffstat (limited to 'build')
-rw-r--r--build/CreateRelease.WPF.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/build/CreateRelease.WPF.ps1 b/build/CreateRelease.WPF.ps1
index aaa354f..bd71e5d 100644
--- a/build/CreateRelease.WPF.ps1
+++ b/build/CreateRelease.WPF.ps1
@@ -122,7 +122,7 @@ $runtimes =
"osx-x64" = @{
"extraCmd" = "-p:PublishReadyToRun=true"
"exclude" = @()
- "include" = @("libcvextern.dylib", "libusb-1.0.0.dylib")
+ "include" = @("libcvextern.dylib")
}
}