migrate webview solution to Jep

This commit is contained in:
Aria Moradi
2023-04-24 18:26:04 +03:30
parent cde5dc5bfa
commit cbefe1125d
15 changed files with 109 additions and 594 deletions

View File

@@ -51,7 +51,7 @@ dependencies {
implementation(libs.junrar)
// CloudflareInterceptor
implementation(libs.playwright)
implementation(libs.jep)
// AES/CBC/PKCS7Padding Cypher provider for zh.copymanga
implementation(libs.bouncycastle)
@@ -168,7 +168,8 @@ 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",
// "-Djava.library.path=/home/armor/programming/github-clones/undetected-chromedriver/venv/lib/python3.10/site-packages/jep"
)
}
}