mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-25 20:59:21 +01:00
bash/usr-local-bin/nheko: fork to nheko-qt6
This commit is contained in:
parent
070242dbc3
commit
bbcd51a755
10
bash/usr-local-bin/nheko-qt6
Executable file
10
bash/usr-local-bin/nheko-qt6
Executable 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
|
Loading…
Reference in New Issue
Block a user