Skip to content

Commit 79e470d

Browse files
committed
Don't restart after upgrading
1 parent 9ed512b commit 79e470d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
alias(libs.plugins.buildconfig)
99
}
1010

11-
version = "1.6.0"
11+
version = "1.6.1"
1212

1313
repositories {
1414
mavenCentral()

client/src/main/kotlin/core/Updater.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ fun ApplicationScope.Updater() {
166166
"/i",
167167
file.absolutePathString(),
168168
"/passive",
169-
"/quiet"
169+
"/quiet",
170+
"/norestart"
170171
)
171172
if (exitCode != 0) {
172173
error("msiexec returned with exit code $exitCode")

0 commit comments

Comments
 (0)