UI-TARS-desktop icon indicating copy to clipboard operation
UI-TARS-desktop copied to clipboard

[WIP] fix(ui-tars): x64 and arm64 pkg

Open ycjcl868 opened this issue 8 months ago • 3 comments

Ref: https://github.com/lovell/sharp/issues/3622

ycjcl868 avatar Apr 19 '25 04:04 ycjcl868

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 4.26%. Comparing base (0ff5eb8) to head (f48655c). Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...ckages/common/electron-build/src/hooks/postMake.ts 0.00% 2 Missing :warning:
Additional details and impacted files
@@           Coverage Diff            @@
##            main    #514      +/-   ##
========================================
- Coverage   4.32%   4.26%   -0.06%     
========================================
  Files        275     281       +6     
  Lines       8558    8902     +344     
  Branches    1602    1668      +66     
========================================
+ Hits         370     380      +10     
- Misses      8147    8470     +323     
- Partials      41      52      +11     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Apr 19 '25 04:04 codecov[bot]

In another project, I also encountered some cross-platform issues of sharp.

ulivz avatar Apr 19 '25 10:04 ulivz

In another project, I also encountered some cross-platform issues with sharp.

Because sharp needs to be installed and built for both x64 and arm64, it cannot be packaged into a universal Mac app.

ycjcl868 avatar Apr 19 '25 13:04 ycjcl868