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-05-19 23:42:07 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-05-19 23:42:07 +0300
commitc43badb9c15b22a27b1cae5e386f158c6c2f3b11 (patch)
tree915dfabcb509ab5a8397e67f97e7f10e9d006cc1 /build
parent51c82318cf27b8e0d3425aa2ea1b093fc5b7d23f (diff)
v2.12.1v2.12.1
- (Upgrade) AvaloniaUI from 0.10.4 to 0.10.5 - (Improvement) VDT: Implement a new key for better auto convert files between with latest version of Tango - (Change) Exposure time finder: Bar fence offset from 2px to 4px
Diffstat (limited to 'build')
-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")