fix(ci): center-crop non-square logos before tauri icon generation

tauri icon requires a square source image. Uploaded logos like 727x721
caused Prepare template to fail. Use sharp to center-crop to square
before generating platform icons.

Co-authored-by: ShuMengya <shumengya666@outlook.com>
This commit is contained in:
Cursor Agent
2026-05-30 08:15:25 +00:00
parent 9cd01deb4a
commit 0e6e546f44
4 changed files with 684 additions and 190 deletions

View File

@@ -99,6 +99,6 @@ if (fs.existsSync(androidConfPath)) {
patchTauriConfig(androidConfPath);
}
generateAppIcons({ jobId });
await generateAppIcons({ jobId });
console.log("Template prepared successfully");