mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-26 07:15:30 +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"
|
id("org.jmailen.kotlinter") version "3.3.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
val TachideskVersion = "v0.0.2"
|
val TachideskVersion = "v0.0.3"
|
||||||
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -34,9 +34,9 @@ class Main {
|
|||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
fun main(args: Array<String>) {
|
fun main(args: Array<String>) {
|
||||||
System.getProperties()["proxySet"] = "true"
|
// System.getProperties()["proxySet"] = "true"
|
||||||
System.getProperties()["socksProxyHost"] = "127.0.0.1"
|
// System.getProperties()["socksProxyHost"] = "127.0.0.1"
|
||||||
System.getProperties()["socksProxyPort"] = "2020"
|
// System.getProperties()["socksProxyPort"] = "2020"
|
||||||
|
|
||||||
// make sure everything we need exists
|
// make sure everything we need exists
|
||||||
applicationSetup()
|
applicationSetup()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user