Skip to content

Commit

Permalink
ui: Switch to ChineseNewYearIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
Lagrio committed Jan 10, 2023
1 parent 82d4051 commit 9f206a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-logic/convention/src/main/kotlin/task/ReplaceIcon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ abstract class ReplaceIcon : Copy() {
val random = Random(commitHash.toSeed())
// copy new icons
val iconFileDirs = listOf(
File(iconsDir, "QAPro"),
File(iconsDir, "classic"),
// File(iconsDir, "ChineseNewYearIcons")
// File(iconsDir, "QAPro"),
// File(iconsDir, "classic"),
File(iconsDir, "ChineseNewYearIcon")
)
val iconFile = iconFileDirs.flatMap { it.listFiles()!!.toList() }.random(random)
println("Select Icon: $iconFile")
Expand Down

0 comments on commit 9f206a3

Please sign in to comment.