Skip to content

Commit

Permalink
Update macos installer to refer to renamed JDK-Info.plist.template (#120
Browse files Browse the repository at this point in the history
)
  • Loading branch information
synecdoche authored Aug 13, 2024
1 parent fed6d14 commit 8a538f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/mac/tar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ task prepareArtifacts {
plistTokens["VENDOR"] = "Amazon.com Inc."

copy {
from("${rootDir}/make/data/bundle/JDK-Info.plist") {
from("${rootDir}/make/data/bundle/JDK-Info.plist.template") {
rename { file -> 'Info.plist' }
filter(org.apache.tools.ant.filters.ReplaceTokens, beginToken: "@@", endToken: "@@", tokens: plistTokens)
}
Expand Down

0 comments on commit 8a538f5

Please sign in to comment.