Skip to content

Commit 745f407

Browse files
bakejeynerblen-desta
authored andcommitted
Windows-CLI fix the 'input line is too long' error (#194)
1 parent 31ce01d commit 745f407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployment/distribution/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ tasks {
5858
}
5959

6060
"startScripts"(CreateStartScripts::class) {
61+
classpath = files(System.getProperty("app.home") + "/lib/*")
6162
doLast {
6263
unixScript.let {
6364
it.writeText(it.readText().replace("SAMLCTK_APP_HOME", "\$APP_HOME"))

0 commit comments

Comments
 (0)