remove args from electron launch

This commit is contained in:
Joao Moreno
2018-11-07 12:41:17 +00:00
parent 4ae69c8c4a
commit df6ca821a6

View File

@@ -3,4 +3,4 @@
# Create $XDG_RUNTIME_DIR if it doesn't exist
[ -n "$XDG_RUNTIME_DIR" ] && mkdir -p $XDG_RUNTIME_DIR -m 700
exec "$@" --executed-from="$(pwd)" --pid=$$
exec "$@"