mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +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 examplePass = new PKPass({
|
||||
"thumbnail": Buffer.from([ ... ]),
|
||||
"icon": Buffer.from([ ... ]),
|
||||
"thumbnail.png": Buffer.from([ ... ]),
|
||||
"icon.png": Buffer.from([ ... ]),
|
||||
"pass.json": Buffer.from([ ... ]),
|
||||
"it.lproj/pass.strings": Buffer.from([ ... ])
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user