diff --git a/bin/waylectron b/bin/waylectron new file mode 100755 index 0000000..f9d64aa --- /dev/null +++ b/bin/waylectron @@ -0,0 +1,6 @@ +#!/bin/sh +PATH="$(echo "$PATH" | cut -d ':' -f 2-)" +exec "$(basename "$0")" \ + "$@" \ + --ozone-platform-hint=auto + diff --git a/bin/webcord b/bin/webcord deleted file mode 100755 index 06e4293..0000000 --- a/bin/webcord +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -exec /usr/bin/webcord \ - "$@" \ - --ozone-platform-hint=auto -