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-12 04:01:02 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-07-12 04:01:02 +0300
commitc289954753cb790836709fcdb5979606d1bc0c7e (patch)
treefea6c90f03a0c8b6e08eefe4ad8f515a48f043bc /build
parent683a6f4fb4ba0942cb141245c7eff8afb7e43cea (diff)
v2.14.3v2.14.3
- (Add) Exposure time finder: Base layers print modes, a option to speed up the print process and merge all base layers in the same height - (Add) GCode tab: Allow to temporarily edit and use custom gcode - (Change) Zcode: Omit M18 at end of the gcode to prevent carrier goes up and crash to the limit at a end of a print
Diffstat (limited to 'build')
-rw-r--r--build/CreateRelease.WPF.ps16
1 files changed, 3 insertions, 3 deletions
diff --git a/build/CreateRelease.WPF.ps1 b/build/CreateRelease.WPF.ps1
index 422a593..f3d3827 100644
--- a/build/CreateRelease.WPF.ps1
+++ b/build/CreateRelease.WPF.ps1
@@ -32,10 +32,10 @@ Set-Location $PSScriptRoot\..
####################################
### Configuration ###
####################################
-#$enableMSI = $true
+$enableMSI = $true
#$buildOnly = 'linux-x64'
-$buildOnly = 'win-x64'
-#$enableNugetPublish = $true
+#$buildOnly = 'win-x64'
+$enableNugetPublish = $true
# Profilling
$stopWatch = New-Object -TypeName System.Diagnostics.Stopwatch
$deployStopWatch = New-Object -TypeName System.Diagnostics.Stopwatch