fix: update package name to 'paarrot' and add png2icons dependency
Some checks failed
Build / check-version (push) Successful in 4s
Build / build-linux (push) Successful in 12m53s
Build / build-windows (push) Successful in 19m1s
Build / create-release (push) Has been cancelled
Build / build-android (push) Has been cancelled

This commit is contained in:
2026-01-25 01:50:31 +11:00
parent 2a8c3a1475
commit 773c036404
3 changed files with 14 additions and 2 deletions

15
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{ {
"name": "cinny", "name": "paarrot",
"version": "4.10.2", "version": "4.10.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cinny", "name": "paarrot",
"version": "4.10.2", "version": "4.10.2",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
@@ -15,6 +15,7 @@
"@actions/github": "6.0.0", "@actions/github": "6.0.0",
"@tauri-apps/cli": "^2.0.0", "@tauri-apps/cli": "^2.0.0",
"node-fetch": "3.3.2", "node-fetch": "3.3.2",
"png2icons": "2.0.1",
"sharp": "0.34.5" "sharp": "0.34.5"
}, },
"engines": { "engines": {
@@ -1031,6 +1032,16 @@
"wrappy": "1" "wrappy": "1"
} }
}, },
"node_modules/png2icons": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/png2icons/-/png2icons-2.0.1.tgz",
"integrity": "sha512-GDEQJr8OG4e6JMp7mABtXFSEpgJa1CCpbQiAR+EjhkHJHnUL9zPPtbOrjsMD8gUbikgv3j7x404b0YJsV3aVFA==",
"dev": true,
"license": "MIT",
"bin": {
"png2icons": "png2icons-cli.js"
}
},
"node_modules/semver": { "node_modules/semver": {
"version": "7.7.3", "version": "7.7.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",

View File

@@ -20,6 +20,7 @@
"@actions/github": "6.0.0", "@actions/github": "6.0.0",
"@tauri-apps/cli": "^2.0.0", "@tauri-apps/cli": "^2.0.0",
"node-fetch": "3.3.2", "node-fetch": "3.3.2",
"png2icons": "2.0.1",
"sharp": "0.34.5" "sharp": "0.34.5"
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 560 KiB

After

Width:  |  Height:  |  Size: 151 KiB