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>2022-10-24 00:18:49 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-10-24 00:18:49 +0300
commitab11d40d33145e88cf47ebc736349af6eae2dcb9 (patch)
tree8c923d5de4007fd977af111d17a0875076762958 /build
parent9602650bb5c42ae1463610a5125ad3c35e20142a (diff)
Refactorings
Diffstat (limited to 'build')
-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"