Changelog

denoland/deno · · 1 commit

Linux desktop launcher env fix

Deno’s Linux app launcher now exports LAUFEY_RUNTIME_PATH before exec, fixing desktop packaging issue #35578.

Linux desktop launcher now sets LAUFEY_RUNTIME_PATH (sigmaSdd3c7a73)

The Linux app launcher script now exports LAUFEY_RUNTIME_PATH to the packaged dylib before starting the desktop binary. This fixes a packaging/runtime issue on Linux so the launcher can locate the correct runtime path reliably.

Other misc changes

  • None