mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-11-01 06:55:06 +01:00
new icons by @as280093
This commit is contained in:
parent
648b8e5960
commit
9613cda79a
@ -149,7 +149,7 @@ launch4j { //used for windows
|
||||
bundledJre64Bit = true
|
||||
jreMinVersion = "8"
|
||||
outputDir = "Tachidesk-$TachideskVersion-$TachideskRevision-win32"
|
||||
icon = "${projectDir}/src/main/resources/icon/icon_round.ico"
|
||||
icon = "${projectDir}/src/main/resources/icon/faviconlogo.ico"
|
||||
jar = "${projectDir}/build/Tachidesk-$TachideskVersion-$TachideskRevision.jar"
|
||||
}
|
||||
|
||||
|
@ -30,7 +30,7 @@ fun openInBrowser() {
|
||||
Desktop.browseURL("http://127.0.0.1:4567")
|
||||
}
|
||||
|
||||
val icon = Main::class.java.getResource("/icon/icon_round.png")
|
||||
val icon = Main::class.java.getResource("/icon/faviconlogo.png")
|
||||
|
||||
fun systemTray(): SystemTray? {
|
||||
// ref: https://github.com/dorkbox/SystemTray/blob/master/test/dorkbox/TestTray.java
|
||||
|
BIN
server/src/main/resources/icon/faviconlogo.ico
Normal file
BIN
server/src/main/resources/icon/faviconlogo.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 111 KiB |
BIN
server/src/main/resources/icon/faviconlogo.png
Normal file
BIN
server/src/main/resources/icon/faviconlogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 408 KiB |
Binary file not shown.
Before Width: | Height: | Size: 149 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user