Binder/AppRun

9 lines
271 B
Bash
Executable File

#!/usr/bin/env bash
#Without this it crashes on thumbnail generation with
# "GSlice: assertion failed", probably due to an old version
# of glib that electron uses
export G_SLICE=always-malloc
HERE="$(dirname "$(readlink -f "${0}")")"
exec "${HERE}/usr/bin/Binder" "$@"