bash/usr-local-bin/nheko: fork to nheko-qt6

This commit is contained in:
Aminda Suomalainen 2023-06-09 06:45:28 +03:00
parent 070242dbc3
commit bbcd51a755
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 10 additions and 0 deletions

10
bash/usr-local-bin/nheko-qt6 Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
# USAGE: "nheko default" for the default profile or whatever profile is
# desired as I never run it without the profile flag
# TODO: Handle --help & --version flags
set -x
#flatpak run --env=QT_QPA_PLATFORM=xcb im.nheko.Nheko//master --profile $@
flatpak run im.nheko.Nheko//master --profile $@
set +x