bash/usr-local-bin/nheko*: just move to the new build directly

This commit is contained in:
Aminda Suomalainen 2023-06-09 08:04:01 +03:00
parent fcb00bc112
commit f650e4c9cd
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 7 additions and 19 deletions

View File

@ -1,9 +1,9 @@
#!/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 io.github.NhekoReborn.Nheko//master --profile $@
flatpak run io.github.NhekoReborn.Nheko//master --profile $@
flatpak run im.nheko.Nheko//master --profile $@
set +x

View File

@ -1,10 +0,0 @@
#!/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

View File

@ -1,12 +1,10 @@
#!/usr/bin/env bash
# Nheko flatpak with Tor and xwayland as Nheko's wayland support is currently poor
# icons not working, context menus being inaccessible, some
# profiles not spawning windows
# Nheko flatpak with Tor
# 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 --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master --profile $@
flatpak run --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master --profile $@
flatpak run --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile $@
set +x