… checks
The desktop-v4.13.0 publish failed on both platforms on the first real run
of the new afterPack checks, with no actual packaging defect. On Windows
the closure verifier passed posix-style paths to asar.extractFile, which
splits archive lookups on path.sep, so the very first dependency read
appeared missing. On macOS the x64 smoke test runs under Rosetta 2 on the
arm64 runner, and first-launch binary translation ate ~80s of the 90s
budget; the launch timeout is now 300s (real post-boot hangs are still
caught by the in-app 30s renderer timer). Also drops NODE_OPTIONS from the
smoke-test env to silence Electron's startup error about the disabled fuse.
Closes #2012
Closes #2013
The desktop-v4.13.0 publish failed on both platforms on the first real run of the new afterPack checks, with no actual packaging defect. On Windows the closure verifier passed posix-style paths to asar.extractFile, which splits archive lookups on path.sep, so the very first dependency read appeared missing. On macOS the x64 smoke test runs under Rosetta 2 on the arm64 runner, and first-launch binary translation ate ~80s of the 90s budget; the launch timeout is now 300s (real post-boot hangs are still caught by the in-app 30s renderer timer). Also drops NODE_OPTIONS from the smoke-test env to silence Electron's startup error about the disabled fuse.
Closes #2012 Closes #2013