blob: b4a8fcb9675a326ecdd0926fe79654b8bb169c91 (
plain)
1
2
3
4
|
#!/bin/bash
# don't edit the electron binary name here! simply change the variable in the PKGBUILD and we will sed it into the correct one :)
ELECTRON_RUN_AS_NODE=1 exec electron /usr/lib/code-git/out/cli.js /usr/lib/code-git/code-git.js "$@"
|