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-17 00:45:56 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-07-17 00:45:56 +0300
commita6652770ddb561ba70b093793657348f627f68f5 (patch)
treea8ba34a270a84fdefafa875ca830fba63cdd20c2 /build
parentaaff80b1f58e113402e29bd2b9291e662b06e4e2 (diff)
Update CreateRelease.WPF.ps1
Diffstat (limited to 'build')
-rw-r--r--build/CreateRelease.WPF.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/build/CreateRelease.WPF.ps1 b/build/CreateRelease.WPF.ps1
index 79d12b1..aaa354f 100644
--- a/build/CreateRelease.WPF.ps1
+++ b/build/CreateRelease.WPF.ps1
@@ -32,9 +32,9 @@ Set-Location $PSScriptRoot\..
####################################
### Configuration ###
####################################
-#$enableMSI = $true
+$enableMSI = $true
#$buildOnly = 'linux-x64'
-$buildOnly = 'osx-x64'
+#$buildOnly = 'osx-x64'
#$enableNugetPublish = $true
# Profilling
$stopWatch = New-Object -TypeName System.Diagnostics.Stopwatch