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
diff options
context:
space:
mode:
Diffstat (limited to 'build/CreateRelease.WPF.ps1')
-rw-r--r--build/CreateRelease.WPF.ps112
1 files changed, 6 insertions, 6 deletions
diff --git a/build/CreateRelease.WPF.ps1 b/build/CreateRelease.WPF.ps1
index 24e73e9..086b533 100644
--- a/build/CreateRelease.WPF.ps1
+++ b/build/CreateRelease.WPF.ps1
@@ -34,7 +34,7 @@ Set-Location $PSScriptRoot\..
####################################
$enableMSI = $true
#$buildOnly = $null
-#$buildOnly = "win-x64"
+$buildOnly = "win-x64"
# Profilling
$stopWatch = New-Object -TypeName System.Diagnostics.Stopwatch
$deployStopWatch = New-Object -TypeName System.Diagnostics.Stopwatch
@@ -104,11 +104,11 @@ $runtimes =
"exclude" = @()
"include" = @("libcvextern.so")
}
- "linux-arm64" = @{
- "extraCmd" = "-p:PublishReadyToRun=true"
- "exclude" = @()
- "include" = @("libcvextern.so")
- }
+ #"linux-arm64" = @{
+ # "extraCmd" = "-p:PublishReadyToRun=true"
+ # "exclude" = @()
+ # "include" = @("libcvextern.so")
+ #}
#"unix-x64" = @{
# "extraCmd" = "-p:PublishReadyToRun=true"
# "exclude" = @("x86", "x64", "libcvextern.dylib")