summarylogtreecommitdiffstats
path: root/code.sh
blob: 191529f829fc62ed3bfcbb2462842730c6aa7038 (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/out/cli.js /usr/lib/code/code.js "$@"