5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-01 13:31:25 +08:00

Update sponsor-image workflow

This commit is contained in:
Lea Anthony 2022-12-04 14:03:43 +11:00
parent 6d6e74e7f0
commit 76f68aa392
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405
2 changed files with 5 additions and 2 deletions

2
scripts/sponsors/generate-sponsor-image.sh Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
npm install
npm install sponsorkit@0.6.1
npx sponsorkit -o ../../website/static/img/

View File

@ -1424,7 +1424,7 @@
},
"node_modules/sponsorkit": {
"version": "0.6.1",
"resolved": "https://registry.npmmirror.com/sponsorkit/-/sponsorkit-0.6.1.tgz",
"resolved": "https://registry.npmjs.org/sponsorkit/-/sponsorkit-0.6.1.tgz",
"integrity": "sha512-KPctw94EI/n/ynCC1GNUYOcXyHDV3C7pnbH9fRHc7LuME4KDMLJCzKC+DsNHH684nyKRNQKU41v5BCfZPjfw+w==",
"dependencies": {
"consola": "^2.15.3",
@ -1440,6 +1440,9 @@
},
"bin": {
"sponsorkit": "bin/sponsorkit.js"
},
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/sshpk": {