mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Update README.md
without .png extension it wont work
This commit is contained in:
@@ -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([ ... ])
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user