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.sh')
-rw-r--r--build/createRelease.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/createRelease.sh b/build/createRelease.sh
index 88f98c0..3bba087 100644
--- a/build/createRelease.sh
+++ b/build/createRelease.sh
@@ -28,7 +28,7 @@ publishDir="$rootDir/publish"
publishRuntimeDir="$publishDir/$publishName"
buildProject="UVtools.WPF"
cmdProject="UVtools.Cmd"
-buildWith="Release"
+buildWith="Release" # Release or Debug
projectDir="$rootDir/$buildProject"
cmdProjectDir="$rootDir/$cmdProject"
netVersion="6.0"