aports/testing/code-oss/launcher
lauren n. liberda c12e318fbb testing/code-oss: remove an msft electron flag
this was copied from upstream, but specific to microsoft's fork
of electron (?)

closes https://gitlab.alpinelinux.org/alpine/aports/-/issues/15941
2024-04-01 20:25:16 +00:00

7 lines
197 B
Bash

#!/bin/sh
ELECTRON_RUN_AS_NODE=1 \
ELECTRON_STILL_PASS_THE_DEFAULT_FLAGS=1 \
exec /usr/bin/electron "/usr/lib/code-oss/resources/app/out/cli.js" \
--app="/usr/lib/code-oss/resources/app" \
"$@"