mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-12 08:49:08 +01:00
[RELEASE CI] Search implemented, other improvements
This commit is contained in:
parent
7d1c63e181
commit
2c76ad9b74
@ -8,7 +8,7 @@ plugins {
|
||||
id("org.jmailen.kotlinter") version "3.3.0"
|
||||
}
|
||||
|
||||
val TachideskVersion = "v0.0.2"
|
||||
val TachideskVersion = "v0.0.3"
|
||||
|
||||
|
||||
repositories {
|
||||
|
@ -34,9 +34,9 @@ class Main {
|
||||
|
||||
@JvmStatic
|
||||
fun main(args: Array<String>) {
|
||||
System.getProperties()["proxySet"] = "true"
|
||||
System.getProperties()["socksProxyHost"] = "127.0.0.1"
|
||||
System.getProperties()["socksProxyPort"] = "2020"
|
||||
// System.getProperties()["proxySet"] = "true"
|
||||
// System.getProperties()["socksProxyHost"] = "127.0.0.1"
|
||||
// System.getProperties()["socksProxyPort"] = "2020"
|
||||
|
||||
// make sure everything we need exists
|
||||
applicationSetup()
|
||||
|
Loading…
x
Reference in New Issue
Block a user