Skip to content

Commit 0ccf416

Browse files
committed
➕ add json to replaceable
1 parent 2258956 commit 0ccf416

File tree

2 files changed

+2
-2
lines changed
  • corvette/src/main/kotlin/com/github/theapache64/corvetee
  • src/main/kotlin/com/theapache64/createcomposeapp

2 files changed

+2
-2
lines changed

corvette/src/main/kotlin/com/github/theapache64/corvetee/Corvette.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Corvette(
2121

2222
companion object {
2323
const val MAIN_MODULE = "src"
24-
private val REPLACEABLE_FILE_EXT = arrayOf("kt", "kts", "html")
24+
private val REPLACEABLE_FILE_EXT = arrayOf("kt", "kts", "html", "json")
2525
}
2626

2727
private val templateUrl = "$githubRepoUrl/archive/refs/heads/$branch.zip"

src/main/kotlin/com/theapache64/createcomposeapp/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import com.github.theapache64.corvetee.util.println
77

88
private const val PLATFORM_DESKTOP = "Desktop"
99
private const val PLATFORM_WEB = "Web"
10-
private const val PLATFORM_CHROME_EXT = "Chrome"
10+
private const val PLATFORM_CHROME_EXT = "Chrome extension"
1111
private const val IS_DEBUG = false
1212

1313
private val platforms = listOf(

0 commit comments

Comments
 (0)