mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 12:06:41 +02:00
this was copied from upstream, but specific to microsoft's fork of electron (?) closes https://gitlab.alpinelinux.org/alpine/aports/-/issues/15941
7 lines
197 B
Bash
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" \
|
|
"$@"
|