We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed512b commit 79e470dCopy full SHA for 79e470d
client/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
alias(libs.plugins.buildconfig)
9
}
10
11
-version = "1.6.0"
+version = "1.6.1"
12
13
repositories {
14
mavenCentral()
client/src/main/kotlin/core/Updater.kt
@@ -166,7 +166,8 @@ fun ApplicationScope.Updater() {
166
"/i",
167
file.absolutePathString(),
168
"/passive",
169
- "/quiet"
+ "/quiet",
170
+ "/norestart"
171
)
172
if (exitCode != 0) {
173
error("msiexec returned with exit code $exitCode")
0 commit comments