chore: revert compiled assets for macos 26 icon support (#302029)

This commit is contained in:
Robo
2026-03-16 19:59:06 +09:00
committed by GitHub
parent f67edda9f5
commit 50334e7e1d

View File

@@ -528,7 +528,6 @@ function packageTask(platform: string, arch: string, sourceFolderName: string, d
platform,
arch: arch === 'armhf' ? 'arm' : arch,
ffmpegChromium: false,
darwinAssetsCar: 'resources/darwin/code.car',
...(embedded ? {
darwinMiniAppName: embedded.nameShort,
darwinMiniAppBundleIdentifier: embedded.darwinBundleIdentifier,