Skip to content

Commit

Permalink
fixed wrong app.home path in gaidenw
Browse files Browse the repository at this point in the history
  • Loading branch information
yamkazu committed Dec 14, 2022
1 parent 00f6ab8 commit e271c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaiden-wrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jar.archiveName = "gaiden-wrapper.jar"
startScripts {
doLast {
unixScript.text = unixScript.text
.replace('"`dirname \\"$PRG\\"`/.."', '"`dirname \\"$PRG\\"`"')
.replace('"${APP_HOME:-./}.."', '"${APP_HOME:-./}"')
.replace('$APP_HOME/lib', '$APP_HOME/wrapper')
.replace('$GAIDENW_OPTS', '$GAIDENW_OPTS -Dapp.home=$APP_HOME')
windowsScript.text = windowsScript.text
Expand Down

0 comments on commit e271c9a

Please sign in to comment.