remove unused line

This commit is contained in:
Aria Moradi
2023-04-24 18:29:10 +03:30
parent 0458a80c17
commit 597022f24a

View File

@@ -168,7 +168,7 @@ tasks {
application.applicationDefaultJvmArgs = listOf(
"-Dsuwayomi.tachidesk.config.server.webUIInterface=electron",
// Change this to the installed electron application
"-Dsuwayomi.tachidesk.config.server.electronPath=/usr/bin/electron",
"-Dsuwayomi.tachidesk.config.server.electronPath=/usr/bin/electron"
)
}
}