mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
fix shouldOverwrite
This commit is contained in:
@@ -197,7 +197,7 @@ tasks {
|
|||||||
|
|
||||||
|
|
||||||
fun shouldOverwrite(): Boolean {
|
fun shouldOverwrite(): Boolean {
|
||||||
val zipPath = "src/main/resources/WebUI.zip"
|
val zipPath = project.projectDir.absolutePath + "/src/main/resources/WebUI.zip"
|
||||||
val zipFile = net.lingala.zip4j.ZipFile(zipPath)
|
val zipFile = net.lingala.zip4j.ZipFile(zipPath)
|
||||||
|
|
||||||
var shouldOverwrite = true
|
var shouldOverwrite = true
|
||||||
|
|||||||
Reference in New Issue
Block a user