Update README.md

without .png extension it wont work
This commit is contained in:
majuss
2022-02-03 19:12:43 +01:00
committed by GitHub
parent fb25a5fd5f
commit ebf39f2c24

View File

@@ -172,8 +172,8 @@ try {
const { wwdr, signerCert, signerKey, signerKeyPassphrase } = getCertificatesContentsSomehow(); const { wwdr, signerCert, signerKey, signerKeyPassphrase } = getCertificatesContentsSomehow();
const examplePass = new PKPass({ const examplePass = new PKPass({
"thumbnail": Buffer.from([ ... ]), "thumbnail.png": Buffer.from([ ... ]),
"icon": Buffer.from([ ... ]), "icon.png": Buffer.from([ ... ]),
"pass.json": Buffer.from([ ... ]), "pass.json": Buffer.from([ ... ]),
"it.lproj/pass.strings": Buffer.from([ ... ]) "it.lproj/pass.strings": Buffer.from([ ... ])
}, },