Skip to content

Commit

Permalink
Update macos installer to refer to renamed JDK-Info.plist.template
Browse files Browse the repository at this point in the history
  • Loading branch information
synecdoche committed Aug 1, 2024
1 parent bafb5a5 commit 2bfeb5e
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 2bfeb5e

Please sign in to comment.