add bash/usr-local-bin/torbrowser-launcher-flatpak

This commit is contained in:
Aminda Suomalainen 2023-09-04 16:15:03 +03:00
parent c98c44374e
commit 82d74acaa5
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Starting the torbrowser-launcher flatpak. Not to override the one from package manager.
set -x
flatpak run com.github.micahflee.torbrowser-launcher $@
set +x